Hi,

subversion has a sync mechinism on board, but only for getting mirror
in sync.

The solution, for your problem could be:
svnadmin dump and svnadmin load - if you have ssh access to your
remote repository.

e.g.:
Your first Revision on the day was 122.

1. dump your local changes
svnadmin dump -r 122:HEAD --incremental /path/to/your/local/repository
> dumpfile_122_HEAD

2. copy them to the remote server
e.g. via scp or use ftp...
scp dumpfile_122_HEAD [email protected]:/path/to/copy/.

3. login on svnserver.ORG and go to /path/to/copy/.

4. sudo svnadmin load /path/to/your/central/svnrepository <
dumpfile_122_HEAD

That's it.

Hope you get the idea how to do this task,

~ Markus

On 9 Jan., 08:33, Thinsoldier <[email protected]> wrote:
> I'd also like to know if it's possible to use a local working
> directory with a local repository and at the end of the day somehow
> sync up the local revisions with a remote repository(through ssh)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to