tags:

views:

36

answers:

1

I have 2 repositories of the same project, 1 on a local network, the other on a production server.

Right now I'd like to sync my local server's working copy to that of the production server. How can I do it? (Using SVN btw)

Thanks!

+1  A: 

This post has information about syncing two copies

http://stackoverflow.com/questions/143130/how-to-synchronize-two-subversion-repositories

Aaron M
No it does not, it doesn't offer the solution, just how to avoid it.
nubela