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

moving file-changes to a branch ...

From: Stephan Herschel <Stephan.Herschel_at_biovertis.com>
Date: 2005-07-05 15:42:55 CEST

Hi,

I have a simple problem, nevertheless i found no simple solution:

In my repository I have 2 directories:

./repos/develop ... that's were the all newly developed files go
./repos/release/1.0 ... that's our production-release

the contents of ./repos/release/1.0 was done by doing something like

svn cp ./repos/develop ./repos/release/1.0

Now I've got some files in ./repos/release/1.0 that I want to update to the latest revision stored in ./repos/develop. Currently I do it this way:

svn rm ./repos/release/1.0/file1
svn commit
svn cp ./repos/develop/file1 ./repos/release/1.0
svn commit

I wonder, if there is a better way to do this. Can't i just tell subversion to exchange to current revision of the file with the latest revision I have in ./repos/develop? How?

Thanks,
Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 15:39:03 2005

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.