Skip to content

Commit

Permalink
git-svn: Note about tags.
Browse files Browse the repository at this point in the history
Document that 'git svn' will import SVN tags as branches.

Signed-off-by: Sebastian Leske <[email protected]>
Acked-by: Eric Wong <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
sleske authored and gitster committed Dec 27, 2012
1 parent 197a80d commit 008c208
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/git-svn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,12 @@ the possible corner cases (git doesn't do it, either). Committing
renamed and copied files is fully supported if they're similar enough
for git to detect them.

In SVN, it is possible (though discouraged) to commit changes to a tag
(because a tag is just a directory copy, thus technically the same as a
branch). When cloning an SVN repository, 'git svn' cannot know if such a
commit to a tag will happen in the future. Thus it acts conservatively
and imports all SVN tags as branches, prefixing the tag name with 'tags/'.

CONFIGURATION
-------------

Expand Down

0 comments on commit 008c208

Please sign in to comment.