Hello!
If you want the backend only in your working copy, then you can simply do not set it up as an external.
Just create a subdirectory "backend", go there, do a normal checkout of your backend,
and you will have a backend subdirectory.
Those two working copies will not be connected, so you'd have to update them or commit changes separately.
Mit freundlichen Grüßen
Dr. Hartmut Niemann
Siemens Mobility GmbH
MO RS LM EN CCI1 SRD
Werner-von-Siemens-Str. 67
91052 Erlangen, Deutschland
Tel.:
+49 9131 17-50518
Mobil:
+49 173 5342327
mailto:
hartmut...@siemens.com
www.siemens.com/ingenuityforlife
-----Ursprüngliche Nachricht-----
Von:
tortoisesvn+APn2wQdAehd1oGncAAQi...@googlegroups.com <
tortoisesvn+APn2wQdAehd1oGncAAQi...@googlegroups.com>
Gesendet: Freitag, 17. Mai 2019 09:59
An: TortoiseSVN <
torto...@googlegroups.com>
Betreff: Is it possble to make svn:external only on my local working copy?
Hi group
I check out a web repo in my local PC , D:\web .
I set up svn:external which link to a "backend" repo under D:\web , the link name is "D:\web\lin - backend" . Everything goes well .
If I commit under D:\web , the "D:\web\lin - backend" will also commit into the web repo.
I just want this svn:external only live in my local working copy , instead of in the web repo.
So, I right click "D:\web\lin - backend" , click "unversion and add to ignore list - recursivelly " .
it throw out error mainly means : not anble to delete the root dir of working copy "D:\web\lin - backend".
Any clue is appreciated ! THX!