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

learn more… | top users | synonyms

0
votes
2answers
513 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
473 views

Bash function to create the next SVN release tag

I've created the below script and would appreciate any feedback. ...