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

Re: svn commit: r29396 - trunk/contrib/server-side

From: Bobby McNulty <bobbymcn_at_bellsouth.net>
Date: Sat, 16 Feb 2008 13:55:30 -0600

--------------------------------------------------
From: <jszakmeister_at_tigris.org>
Sent: Saturday, February 16, 2008 1:38 PM
To: <svn_at_subversion.tigris.org>
Subject: svn commit: r29396 - trunk/contrib/server-side

> Author: jszakmeister
> Date: Sat Feb 16 11:38:40 2008
> New Revision: 29396
>
> Log:
> * contrib/server-side/fsfsverify.py
> (dumpChangedPaths): Output the transaction id, and indent the copyfrom
> path
> and revision.
>
>
>
> Modified:
> trunk/contrib/server-side/fsfsverify.py
>
> Modified: trunk/contrib/server-side/fsfsverify.py
> URL:
> http://svn.collab.net/viewvc/svn/trunk/contrib/server-side/fsfsverify.py?pathrev=29396&r1=29395&r2=29396
> ==============================================================================
> --- trunk/contrib/server-side/fsfsverify.py (original)
> +++ trunk/contrib/server-side/fsfsverify.py Sat Feb 16 11:38:40 2008
> @@ -800,12 +800,13 @@
> (id, action, textMod, propMod,
> copyfromRev, copyfromPath)) in changedPaths:
> print " %s:" % path
> + print " id: %s" % id
> print " action: %s" % action
> print " text mod: %s" % textMod
> print " prop mod: %s" % propMod
> if copyfromRev != -1:
> - print "copyfrom path: %s" % copyfromPath
> - print "copyfrom rev: %s" % copyfromRev
> + print " copyfrom path: %s" % copyfromPath
> + print " copyfrom rev: %s" % copyfromRev
> print
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.20.6/1282 - Release Date: 2/15/2008
> 7:08 PM
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-16 20:58:58 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.