Re: [PATCH] Allow fancy globs in git-svn init branches

2012-09-18 Thread Ammon Riley
On Tue, Sep 18, 2012 at 1:46 PM, Eric Wong normalper...@yhbt.net wrote: Ammon Riley ammon.ri...@gmail.com wrote: Branches passed to 'git-svn init' via the -b/--branches flag automatically had a /* appended to them. When the branch contained a fancy glob with a {} pattern, this is incorrect

[PATCH] Allow fancy globs in git-svn init branches

2012-09-17 Thread Ammon Riley
Branches passed to 'git-svn init' via the -b/--branches flag automatically had a /* appended to them. When the branch contained a fancy glob with a {} pattern, this is incorrect behaviour, and leads to odd branches being created in the git repository. Signed-off-by: Ammon Riley ammon.ri

[PATCH] Make git-svn branch patterns match complete URL

2012-08-30 Thread Ammon Riley
along the lines of branches = branches/project/{release_1,release_2} and your repository also contains branches/project/release_1_2, you will also get the release_1_2 branch. By restricting the match regex with anchors, this is avoided. Signed-off-by: Ammon Riley ammon.ri...@gmail.com --- Tested

Re: Broken git-svn tests known?

2012-08-01 Thread Ammon Riley
On Tue, Jul 31, 2012 at 11:51 PM, Frans Klaver franskla...@gmail.com wrote: On Wed, Aug 1, 2012 at 1:44 AM, Ammon Riley ammon.ri...@gmail.com wrote: On a freshly checked out copy of the maint branch (0e4c8822), the t9100-git-svn-basic.sh tests are failing 21 of 25 tests. Is this known, or am I

Broken git-svn tests known?

2012-07-31 Thread Ammon Riley
Hi, On a freshly checked out copy of the maint branch (0e4c8822), the t9100-git-svn-basic.sh tests are failing 21 of 25 tests. Is this known, or am I missing some dependencies? Is it possibly due to using subversion 1.7? I've run into a small bug with git-svn, and wanted to make sure the test