[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SUBVERSION repository mirroring?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-06-10 02:53:04 CEST

Andreas Jellinghaus wrote:
> can this be used, if you have only partial access to some repository?

Do you mean can you mirror a repository that you only have read access to? Yes.
I'm currently mirroring the main Subversion repository for my own patch
development. Since svk supports mergepoint processing, it is really easy for me
to keep my local copy in sync with the remote repository with a few simple commands:

        $ svk sync //mirrored/path # update the mirror
        $ svk smerge -C //mirrored/path //local/copy # test the merge
        $ svk smerge //mirrored/path //local/copy # perform the merge

All I was saying was that if you have write access to the remote repository, you
can do your dev work locally, then do a sync from local to remote and it will
commit to the remote repository:

        $ svk smerge //local/copy //mirrored/path
        $ svk sync //mirrored/path

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 10 02:54:03 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.