vote up 1 vote down star

Is there a way to set subversion properties on a git repository that was created by git-svn?

In my case, I want to edit the version of svn:external, svn:ignore and svn:executable.

However, the only way to do so seems to involve a check-out with the subversion client. Is there a way to edit svn properties without having to check out the repository twice (one time for git and one time with svn for the properties)?

flag

2 Answers

vote up 3 vote down check

git-svn does not support Subversion properties. When I run into this problem, I usually end up having two checkouts.

This is mentioned in the git-svn documentation under BUGS:

We ignore all SVN properties except svn:executable. Any unhandled properties are logged to $GIT_DIR/svn/<refname>/unhandled.log

link|flag
This is not the answer I hoped for - but I guess I have to accept it. – Black Aug 15 at 10:17
vote up 1 vote down

Started working on a patch to support git svn propset here: git svn propset support

link|flag
Thank You, David. I look forward to seeing this functionality in the next release version. – Black Sep 12 at 8:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.