We have a central svn repository and are starting to have people use git locally to manage work items.
When I first set up my local git repository, I set ignore-path to ignore trunk so I could just work on one branch. My coworker did not ignore trunk. This was fine until we started to use a third bare repository to push/pull branches to each other.
When I pull their git branch, it treated trunk as an add and now its a mess.
When I run git svn I now do want it to sync the trunk. How do I re-add/unignore trunk from my local repository?