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

RE: Admin only move / handling manual moves

From: Messer, Nathan <Nathan.Messer_at_Teradyne.com>
Date: 2006-03-17 16:03:44 CET

> > Did you mean
> > mv $1 $2
> > svn mv $1 $2
> >
> > ?

> No, I did really mean:

> #!/bin/sh
> mv $2 $1
> svn mv $1 $2

> That is: Move the file from its new name back to its old name, then
> let Subversion move it from its old name back to its new name while
> making a note of the move in the working copy.

Ah, right, excuse my stupidity, that will in fact do exactly what I
want, thanks!

Nathan Messer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 17 16:06:24 2006

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.