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

Re: [Issue 3618] suggest course of action after merge tree-conflicts due to missing subtrees

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 11 Jun 2011 00:24:12 +0300

pburba_at_tigris.org wrote on Thu, Jun 02, 2011 at 08:00:38 -0700:
> There's no easy way to determine the shallow structure of a working copy (beyond
> writing a script that parses the output of 'svn info -R').
>

That would be useful script, I think :-)

There is:
    sqlite3 .svn/wc.db 'SELECT local_relpath, depth FROM nodes WHERE depth != '"'infinity'"
but it's not really something we can suggest (without wrapping it) to
people who don't know the db schema.
Received on 2011-06-10 23:24:55 CEST

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.