announcing git-svnsync (server-side GIT↔SVN sync)

2015-11-02 Thread Anthony Baire
e branch), but quite useful in projects where everybody commits in trunk and it is 100% free. We have used it internally since 2013 without any major issue and hope it will be helpful for the community. Best Regards -- Anthony Baire IRISA/University of Rennes 1 -- To unsubscribe from this

Re: [PATCH] subtree: fix argument validation in add/pull/push

2013-11-27 Thread Anthony Baire
On 27/11/2013 20:19, Thomas Rast wrote: Anthony Baire writes: When working with a remote repository add/pull/push do not accept a as parameter but just a . They should accept any well-formatted ref name. [...] - update the doc to use instead of [...] OPTS_SPEC="\ git subtre

[PATCH] subtree: fix argument validation in add/pull/push

2013-11-27 Thread Anthony Baire
y too, new code only ensures that the ref is well formatted) - add the same check in "git subtree pull/push" + check the number of parameters - update the doc to use instead of Signed-off-by: Anthony Baire --- contrib/subtree/git-subtree.sh | 22 --