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
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
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,
---------------------------------------------------------------------
|
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.