Home » Questions » Computers [ Ask a new question ]

Subversion: How could I automatically update a large list of working copies?

Subversion: How could I automatically update a large list of working copies?

I often need to sync projects between the notebook and the subversion server at home.

Asked by: Guest | Views: 289
Total answers/comments: 2
Guest [Entry]

you could easily create a script for this using the svn update command line. in case of conflicts it will pause and wait for your input as to how to resolve the conflict. You can also try svn help update to see the switches you can pass along to it.
Guest [Entry]

You can create a script if you have svn client installed locally. The script would look something like this: svn update C:\SourceFolder for each folder.