RE: Admin only move / handling manual moves
From: Messer, Nathan <Nathan.Messer_at_Teradyne.com>
Date: 2006-03-17 14:34:17 CET
>> I'm trying to separate out the actual moving/renaming etc of files,
> So you want, for example:
> mv foo bar
That's exactly what I want, yes.
> It should be possible, if perhaps a bit ugly, to write inform-svn-
> #!/bin/sh
Did you mean
?
If so, unfortunately I tried that, and the svn mv command fails if the
I'm debating writing a little utility that can do an inform_copy and an
From what I can make out, I should have to add the following for a copy:
copied="true"
and the following for a delete:
schedule="delete"
But I'd like to avoid touching the .svn directory myself if there's
Nathan
---------------------------------------------------------------------
|
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.