On Tue, Sep 18, 2012 at 1:46 PM, Eric Wong wrote:
> Ammon Riley 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
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
thing 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
---
Tested
On Tue, Jul 31, 2012 at 11:51 PM, Frans Klaver wrote:
> On Wed, Aug 1, 2012 at 1:44 AM, Ammon Riley 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 missing som
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 sui
5 matches
Mail list logo