create an empty branch
Posted
by robUK
on Stack Overflow
See other posts from Stack Overflow
or by robUK
Published on 2010-06-03T07:02:53Z
Indexed on
2010/06/03
7:04 UTC
Read the original article
Hit count: 323
svn
Hello,
Subversion 1.6
Ubuntu 10.4
I have a project with the following repository layout.
proj/trunk
proj/branches/new_feature1/
proj/branches/new_feature2/
proj/tags
However, I would like to create a small test app, that isn't a new feature. Just just testing a small aspect of the project. I would like to create this test_app on a new branch. However, I don't want to have to copy from trunk to branch. I just want to create a new empty branch so that I can develop this test_app.
Is there any way to do this?
Many thanks for any suggestions,
© Stack Overflow or respective owner