How can you indicate files to ignore in svn when using git and the git-svn bridge?

Posted by Tchalvak on Stack Overflow See other posts from Stack Overflow or by Tchalvak
Published on 2010-05-12T18:20:17Z Indexed on 2010/05/12 18:24 UTC
Read the original article Hit count: 231

Filed under:
|
|
|
|

There is a master subversion repository that I've cloned a git repo from. I've got a lot of ignored files in my .gitignore that I'd like the svn repository to know about.

I know that I can use git svn show-ignored to pull the ignored list from subversion, but how can I do the reverse? Send a list of files to be ignored back to the svn repo?

Git version (and git-svn is at the same version):

git --version 
git version 1.7.0.5

© Stack Overflow or respective owner

Related posts about git

Related posts about git-svn