Hey,

I played around a bit with subversion and I don't see 'svn export' not
being recursivley on svn:externals. For what I tested (on lenny) 'svn
export' fetched all externals when checking out from a repo URL as well
as from a working copy.
The remaining issue would be that svn-bp complains about unresolved
externals which should be fixed by adding "--ignore-externals" to the
status command. I'm pretty unsure if it's really that easy and it's
late already but maybe it is...

Hauke

Index: SDCommon.pm
===================================================================
--- SDCommon.pm (revision 11906)
+++ SDCommon.pm (working copy)
@@ -487,7 +487,7 @@
 
 sub check_uncommited {
    my  @conflicts;
-   open(SVN, "env LC_ALL=C svn status |") or die ("Can't open `svn status`: 
$!");
+   open(SVN, "env LC_ALL=C svn status --svn-ignore |") or die ("Can't open 
`svn status`: $!");
    for(<SVN>) {
        if(/^\s*M+\s+(.*)/) {
            # FIXME: rewrite to run svn propget in one command with a list if



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to