### I set up a repository like this (this is the contents of the extra
args file specified by svnmucc -X):

mkdir
file:///C:/Temp/repo/trunk

mkdir
file:///C:/Temp/repo/trunk/test

put
file.v1.txt
file:///C:/Temp/repo/trunk/test/file.txt

mkdir
file:///C:/Temp/repo/tags

mkdir
file:///C:/Temp/repo/tags/test

### Now I want to update the file and make a tag (this is given to a
second svnmucc -X command):

put
file.v2.txt
file:///C:/Temp/repo/trunk/test/file.txt

mv
file:///C:/Temp/repo/trunk/test
file:///C:/Temp/repo/tags/test/1.0

###
svn cat file:///C:/Temp/repo/tags/test/1.0/file.txt gives the contents
of file.v1.txt

Is there a way to update a file and move its parent directory in the
same svnmucc command?
Shouldn't svnmucc give an error instead of silently ignoring my update?

I'm using svn 1.6.6.

/$

Reply via email to