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

Re: detecting move and copy

From: David Weintraub <qazwart_at_gmail.com>
Date: 2005-07-18 21:45:28 CEST

Exactly what do you need to do this for?

Are you allowing people to create tags, but not modify existing tags?
I have a hook script that can do that.

Basically, I'm simply looking for "adds" from the "svnlook changed"
command. Of course, this could have easily be done via an "svn mkdir"
or "svn add" command too.

Hmmm... Maybe check the "svnlook changed" to find candidate
copy/moves, then do an "svn log --stop-on-copy" and compare the output
to "svn log" to see if they are different?. You can't use "svnlook
log" since it doesn't have the --stop-on-copy option.

On 7/18/05, Hari Kodungallur <hkodungallur@gmail.com> wrote:
> Hi,
>
> Is there a way to detect a move or copy at the svn server using the
> svnlook command (or any other command)?
>
> Thanks
> -Hari
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
--
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 18 21:48:24 2005

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.