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

commiting to two repositories

From: Daniel Luis dos Santos <daniel.dlds_at_gmail.com>
Date: Wed, 1 Apr 2009 15:32:29 +0100

Hello,

I have a subversion repository on a local machine that I use for
development. I also want to commit to another repository on a remote
machine.
 From what I know one working copy is attached only to one repository.
How can I do this? I do not need to do every commit I make on the
local copy to the remote repository. I only commit to that one from
time to time (when some feature is implemented)

I thought about a manual process and that would take :
- exporting a given version from my local repo
- doing an rsync update from the export to the remote repo working copy
- commiting the rsynced version

but that can be troublesome, mainly because of files and directories
that are added, deleted or moved. I would have to make a shell script
for checking those items and issuing the subversion commands. I would
have to rsync to a temporary location and the script would compare the
current remote version with the latest local version and add
directories, remove, etc

Is there an easier way ?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1507528

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-01 16:33:35 CEST

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.