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

Re: How to get a summary of the URLs in a mixed working copy?

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-11-08 21:09:22 CET

Hi !

Schwartz, Todd wrote:
> One thing that I would find very useful when working with mixed working
> copies would be some way to get a list of all the SVN URLs in use in a
> directory hierarchy. Not the complete URLs, just the part that
> identifies whether it is a trunk or branch, something like this:
>
>
> ~/code/working-root /trunk
> ~/code/working-root/apps /branches/BRANCH1
> ~/code/working-root/drivers /branches/BRANCH2
>
>
> Any ideas?

Nothing built-in, but svn status gives you which folders are switched
relative to the root of your status. Then, using a script, you could do
an svn info on each switched items, and find the URL line. That would
give you most of what you need, I believe.

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 8 21:15:36 2004

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.