You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Mann <dm...@kcmoptions.com> on 2009/04/02 15:55:22 UTC

Externals not populating

I have set up the svn:externals property on a folder that is checked in
to my repository.

When I did an update after setting this property, my external files were
populated as expected.

I then deleted one of the external files, and performed another update.

I thought that it would replace the missing external, but it did not.

 

I ended up deleting the working copy and checking out a new working
copy.  The externals populated correctly.

 

Shouldn't update populate any missing externals?

 


DISCLAIMER: NOTICE REGARDING PRIVACY AND CONFIDENTIALITY 

This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify me and permanently delete the original and any copy of any e-mail and any printout thereof. E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. TJM Proprietary Trading, LLC ("TJMPT") may, at its discretion, monitor and review the content of all e-mail communications. TJMPT is a registered  joint back office broker dealer with the Chicago Board of Options Exchange "CBOE".  TJMPT's office is located at 318 W. Adams Floor 9, Chicago, IL 60606. For more information about  TJMPT, please call us at (312)-432- 5100 or fax (312)-432-4498.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1520623

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Externals not populating

Posted by David Mann <dm...@kcmoptions.com>.
I tried both, neither with success.

Re: Externals not populating

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Apr 2, 2009, at 10:55, David Mann wrote:

> I have set up the svn:externals property on a folder that is  
> checked in to my repository.
> When I did an update after setting this property, my external files  
> were populated as expected.
> I then deleted one of the external files, and performed another  
> update.
> I thought that it would replace the missing external, but it did not.
>
> I ended up deleting the working copy and checking out a new working  
> copy.  The externals populated correctly.
>
> Shouldn’t update populate any missing externals?

Did you delete an entire external directory, or just an item inside a  
directory which is an external? I would have expected "svn up" in any  
parent directory to restore an entire deleted external. But if you  
delete an item inside a directory which is an external, you probably  
have to run "svn up" on the external directory itself, not on one of  
its parents.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1527891

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].