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

Re: How to move a directory, change it and move it back

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Tue, 24 Nov 2009 02:44:13 -0600

On Nov 24, 2009, at 01:25, Donald Kwakkel wrote:

> Does someone know if it is possible to move a commited directory, change it and move it back?
>
> Something like this:
>
> mkdir f
> svn add f
> svn commit –-message message .
> svn rename f g
> echo “some text” > g\x.txt
> svn add g\x.txt
> svn rename g f

I think the answer is no, but why do you want to do that? Why not just

mkdir f
svn add f
svn commit --message message .
echo "some text" > f\x.txt
svn add f\x.txt
svn commit --message message .

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

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-24 09:45:52 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.