Is there a way to link the unversioned directory created by svn export to its branch in SVN?
Posted
by ecrane
on Stack Overflow
See other posts from Stack Overflow
or by ecrane
Published on 2010-04-23T14:20:28Z
Indexed on
2010/04/29
15:27 UTC
Read the original article
Hit count: 325
I have a copy of the contents of an svn branch locally without any .svn folders. The equivalent of the output of an svn export of that branch. I'd like to link up this directory to its corresponding branch in version control, without having to do an svn checkout followed by manually merging my changes in. Is there some way to do this easily?
© Stack Overflow or respective owner