You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ryan Schmidt <su...@ryandesign.com> on 2007/07/09 08:24:03 UTC

svn export from working copy skips externals

See subject line. If you run "svn export path/to/workingcopy" (as  
opposed to "svn export url://to/repository") and the working copy  
contains externals, these are not present in the exported directory,  
and there is no message indicating this omission.

A bug was filed on this well over a year ago:

http://subversion.tigris.org/issues/show_bug.cgi?id=2429

I understand that some bugs and feature requests sit around for a  
long time, because there is disagreement over whether it is a bug, or  
the bug is difficult to reproduce, or there is disagreement about how  
the feature should function, or there is nobody sufficiently  
interested in the feature to implement it. But svn export functioned  
properly up thru the end of the Subversion 1.1.x line, and only  
stopped working in Subversion 1.2.0, and hasn't worked right since.  
(I tested it today in Subversion 1.4.4 on Mac OS X; it doesn't work  
right.) I feel that the fact that it used to work, but now doesn't,  
should give this bug some precedence in getting resolved.

Short of actually diving in and mucking with the Subversion source  
code, at which I would be no good, is there anything I can do to help  
get this bug resolved?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 9, 2007, at 13:34, Vlad Georgescu wrote:

> Ryan Schmidt wrote:
>> On Jul 9, 2007, at 11:41, Karl Fogel wrote:
>>
>>> Ryan Schmidt writes:
>>>
>>>> Short of actually diving in and mucking with the Subversion source
>>>> code, at which I would be no good, is there anything I can do to  
>>>> help
>>>> get this bug resolved?
>>> Yes, there is something that would help a lot.  Can you narrow it  
>>> down
>>> (using binary search) to the exact change in which it broke?
>>>
>>> No code-mucking is necessary for that, just building and  
>>> testing.  It
>>> can probably be scripted, though doing it by hand may turn out to be
>>> easier.
>>
>> Good idea! I'll do that and get back to you.
>
> Actually, somebody posted an (incomplete) patch for this exact  
> issue on
> the dev@ list just two days ago:
> http://svn.haxx.se/dev/archive-2007-07/0204.shtml
>
> (The revision in which it broke is r13151).
>
> If nobody beats me to it, I'll take a look at that patch when I have
> some free time.

Oh, hey, thanks so much for letting me know!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Karl Fogel <kf...@red-bean.com>.
Vlad Georgescu <vg...@gmail.com> writes:
> Ryan Schmidt wrote:
>> Good idea! I'll do that and get back to you.
>
> Actually, somebody posted an (incomplete) patch for this exact issue on
> the dev@ list just two days ago:
> http://svn.haxx.se/dev/archive-2007-07/0204.shtml
>
> (The revision in which it broke is r13151).
>
> If nobody beats me to it, I'll take a look at that patch when I have
> some free time.

Yay!  Thanks, Vlad -- I think you just saved Ryan (and later me) a lot
of time :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Vlad Georgescu <vg...@gmail.com>.
Ryan Schmidt wrote:
> On Jul 9, 2007, at 11:41, Karl Fogel wrote:
> 
>> Ryan Schmidt writes:
>>
>>> Short of actually diving in and mucking with the Subversion source
>>> code, at which I would be no good, is there anything I can do to help
>>> get this bug resolved?
>> Yes, there is something that would help a lot.  Can you narrow it down
>> (using binary search) to the exact change in which it broke?
>>
>> No code-mucking is necessary for that, just building and testing.  It
>> can probably be scripted, though doing it by hand may turn out to be
>> easier.
> 
> Good idea! I'll do that and get back to you.

Actually, somebody posted an (incomplete) patch for this exact issue on
the dev@ list just two days ago:
http://svn.haxx.se/dev/archive-2007-07/0204.shtml

(The revision in which it broke is r13151).

If nobody beats me to it, I'll take a look at that patch when I have
some free time.

-- 
Vlad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 9, 2007, at 11:41, Karl Fogel wrote:

> Ryan Schmidt writes:
>
>> Short of actually diving in and mucking with the Subversion source
>> code, at which I would be no good, is there anything I can do to help
>> get this bug resolved?
>
> Yes, there is something that would help a lot.  Can you narrow it down
> (using binary search) to the exact change in which it broke?
>
> No code-mucking is necessary for that, just building and testing.  It
> can probably be scripted, though doing it by hand may turn out to be
> easier.

Good idea! I'll do that and get back to you.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Karl Fogel <kf...@red-bean.com>.
Ryan Schmidt <su...@ryandesign.com> writes:
> Short of actually diving in and mucking with the Subversion source
> code, at which I would be no good, is there anything I can do to help
> get this bug resolved?

Yes, there is something that would help a lot.  Can you narrow it down
(using binary search) to the exact change in which it broke?

No code-mucking is necessary for that, just building and testing.  It
can probably be scripted, though doing it by hand may turn out to be
easier.

Thanks for asking,
-Karl

-- 
Subversion support & consulting  <>  http://producingoss.com/consulting.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn export from working copy skips externals

Posted by Oliver Pajonk <ol...@gmail.com>.
2007/7/9, Ryan Schmidt <su...@ryandesign.com>:
> See subject line. If you run "svn export path/to/workingcopy" (as
> opposed to "svn export url://to/repository") and the working copy
> contains externals, these are not present in the exported directory,
> and there is no message indicating this omission.
>
> A bug was filed on this well over a year ago:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=2429
>

Seconded, this is a problem in daily work. Please fix it ;-)
-- 
Oliver Pajonk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org