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

Re: Dropping Subversion

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-04-03 02:49:40 CEST

> Ehem, I tried
>
> svn log http://svn.collab.net/repos/svn/branches/
>
> and I got enormous amount of output....

you can use a simple regexp to filter on deletes
within the log,

   /^ D \/branches\/[^\/]*$/i

but it is almost impossible to distinguish
where filenames start and stop when they
contain special characters like spaces or braces.
:(

======
c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 02:49:54 2004

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.