links for 2009-06-10
-
This is a good tutorial on setting up SVN on Windows. However its worth noting that, for Cygwin SVN, you must use the absolute Cygwin paths, viz: `svnadmin create /cygdrive/h/the_repo` Also, you can get around the need to set SVN_EDITOR by giving a commit message at the prompt with the -m option.