svn - TortoiseSvn symbolic links to seperate folder in repository -


im not sure if title describes asking ill give shot here:

what have
-mysvnrepository
+    project 1 folder
+    project 2 folder
-     shared file folder
-        toolkitdefinitions.cs

what looking for
-mysvnrepository
-    project 1 folder
-        symoblic link toolkitdefinitions.cs
-    project 2 folder
-        symoblic link toolkitdefinitions.cs
-     shared file folder
-        toolkitdefinitions.cs

the point have dll maintaining in want coworkers have latest versions without having seprate copies in project 1, project 2, project 3... etc.

is possible?

i'm not 100% sure understand right, think want can done using externals - @ least on directory level, not files though.

see chapter in svn book.

i've never tried using externals pointing same repo, according examples in manual, it's possible.

you can in tortoisesvn going working copy, right-clicking directory want create external in, editing properties, , adding externals definition(s). commit change. external pulled on next time update working copy.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -