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

Cannot svnmucc handle put and mv in one transaction?

From: Henrik Sundberg <storangen_at_gmail.com>
Date: Mon, 22 Mar 2010 11:09:07 +0100

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

/$
Received on 2010-03-22 11:09:42 CET

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.