2008/12/1 Jan Hauke Rahm <[EMAIL PROTECTED]>:
> 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`: $!");
you probably meant --ignore-externals instead of --svn-ignore
> for(<SVN>) {
> if(/^\s*M+\s+(.*)/) {
> # FIXME: rewrite to run svn propget in one command with a list if
>
>
>
>
--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]