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

Re: [PATCH] Repository log tools (WAS: Re: no patches outstanding? can it be true?)

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-08 17:12:23 CET

David Summers <david@summersoft.fay.ar.us> writes:
> How about if the commit goes ahead with the understanding that it will be
> switched to "svn log" as soon as that command is fixed?

Sounds good, go for it. I've reorganized tools a bit, now that our
collection is growing, so you'll want to "svn up". Can you *believe*
this worked?:

   [gauss]:/home/kfogel/src/subversion/tools$ svn st
   A ./cgi
   A + ./cgi/tweak-log.cgi
   D ./check-license.py
   A + ./dev/check-license.py
   A + ./dev/find-textfiles.sh
   A + ./dev/random-commits.py
   D ./find-textfiles
   D ./random-commits.py
   D ./tweak-log.cgi
   [gauss]:/home/kfogel/src/subversion/tools$ svn ci -F msg
   Deleting /home/kfogel/src/subversion/tools/random-commits.py
   Adding /home/kfogel/src/subversion/tools/cgi
   Deleting /home/kfogel/src/subversion/tools/check-license.py
   Deleting /home/kfogel/src/subversion/tools/find-textfiles
   Deleting /home/kfogel/src/subversion/tools/tweak-log.cgi
   Adding /home/kfogel/src/subversion/tools/dev/find-textfiles.sh
   Adding /home/kfogel/src/subversion/tools/cgi/tweak-log.cgi
   Adding /home/kfogel/src/subversion/tools/dev/random-commits.py
   Adding /home/kfogel/src/subversion/tools/dev/check-license.py
   Committed revision 1218.
   [gauss]:/home/kfogel/src/subversion/tools$

I'm so pleased, Subversion handled that without even burping. :-)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 2006

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.