torsdag 1 juli 2021 kl. 12:02:04 UTC+2 skrev sanket belsare:

> Hi,
>
> I am creating one branch from the trunk through batch script using svn 
> copy command. Trunk is having some externla link folders.
>
> Now I just want to use SVN:externals command to link the branches folder. 
> Could anyone suggest what will be the exact command to use.
>
> I have tried with SVN propset command after copy but somehow getting an 
> error.
>
> svn propset svn:externals //https:/svn/trunk //https:/svn/branch
>

This is probably a question better suited for TortoiseSVN Users or even 
us...@subversion.apache.org (see 
https://subversion.apache.org/mailing-lists.html). The -dev list is 
primarily for questions related to development of TortoiseSVN.

It is a a bit unclear what your paths are but I was able to switch the 
svn:externals properties for a working copy pointing 
at  http://svn.osdn.net/svnroot/tortoisesvn/trunk/ext (ie, part of the 
TortoiseSVN code base) using:

svn propset svn:externals  
"https://svn.apache.org/repos/asf/subversion/trunk Subversion" .

(Obviously my current working directory - "." in the command above - was 
the working copy folder).

Please note that the above command will break the build of TortoiseSVN 
since it contains more externals than just Subversion - it is just an 
example.

Kind regards,
Daniel Sahlberg

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/7c02c5a5-f9f5-45ab-8d6c-6a0ebe936f6an%40googlegroups.com.

Reply via email to