Apache Subversion is an open-source centralized version control system.

learn more… | top users | synonyms

-1
votes
2answers
111 views

Speed up SVN backup

The following batch script runs on a Scheduled Task on Windows 7 with a quad core 2.5GHz and 16GB of DDR3. It makes the svn server unavailable for about 10 minutes, so it can produce a 500MB file, ...
3
votes
1answer
95 views

Bash function to create the next SVN release tag

I've created the below script and would appreciate any feedback. # svn directory ^/tags/release/ # 1/ # 2/ # 3/ # 4/ # usage: svnnextrelease fixes email formatting # generated line: svn cp ^/trunk ...