java - branching svn remote folders -



java - branching svn remote folders -

i have java project managed in svn. project has remote folder - - bin. when create branch trunk, svn cp command not copying remote folder, instead, maintains link trunk. so, if makes breaking alter on file in trunk, automatically reflects in feature or release branches , causes problems.

is there way forcefulness svn re-create remote folder , contents under it? or there other feature in svn lets me this?

java svn version-control

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -