ShoshanaTzi
ShoshanaTzi
Hi, I have a huge repository in tfs, and need to clone to git but exclude some branches. this tool will really help me, but I don't understand how to...
Hi, Thanks for you quick response! I tried this: `git tfs clone http://XXX:8080/tfs/YYYY/ $/Development--ignore-branches-regex='\$\/Development\/FOO'` but it's still clone the FOO What I missed?
> I never used the feature but for me it should have worked. > > Just to be sure... Do you use simple quote? Could you try with double quote?...
> In a **git bash** on windows, the following command worked for me. > The important parts are the `MSYS_NO_PATHCONV=1` and that I didn't need to quote the slash ('/')....
> @ShoshanaTzi The other solution is to build your own version with a port of @GoatHunter solution ( https://github.com/GoatHunter/git-tfs/commits/feature/v0.25.1_with_ignore_branches ) looking at what have been done in #1194 to ignore...
> @ShoshanaTzi From what you wrote above, you needed to edit the code and it looks like the `--ignore-branches-regex` wasn't fullfilling your needs. Care to explain what is missing, so...