Re: migration to git and web site publication

2014-04-29 Thread Matt Sicker
You can use git submodules similarly. I just don't think it stays automatically up to date with the HEAD of a branch. If you want that, I believe you need to use a 3rd party plugin. On 29 April 2014 10:10, Jean-Louis Boudart wrote: > Then this could be an issue with while migrating to git for Iv

Re: migration to git and web site publication

2014-04-29 Thread Jean-Louis Boudart
Then this could be an issue with while migrating to git for Ivy / EasyAnt as they both use xooki to create website and project documentation (website contains version of each releassed documentation through svn:external). I thought gitpubsub could be used for website. 2014-04-29 5:00 GMT+02:00 A

Re: migration to git and web site publication

2014-04-29 Thread Matt Sicker
It's good to use a separate git repository (or svn repository or whatever works best for you) for storing large assets. You can use it as a git submodule to pull in a specific revision ID (so it's somewhat similar to svn:external, except you have to update it yourself and commit changes to the poin

Re: migration to git and web site publication

2014-04-29 Thread Dominique Devienne
On Tue, Apr 29, 2014 at 12:15 PM, Antoine Levy Lambert wrote: > On Apr 29, 2014, at 3:32 AM, Dominique Devienne wrote: >> Just for info, what makes you say that? Why would git be worse than >> SVN for large files? > > Below see some references found in google, the first one says that each > vers

Re: migration to git and web site publication

2014-04-29 Thread Antoine Levy Lambert
Hello Dominique, On Apr 29, 2014, at 3:32 AM, Dominique Devienne wrote: > On Tue, Apr 29, 2014 at 5:00 AM, Antoine Levy Lambert wrote: >> git is not the tool of choice to deal with large files such as the ones on >> dist.apache.org. >> That might be part of the reason why infra supports only

Re: migration to git and web site publication

2014-04-29 Thread Johan Corveleyn
On Tue, Apr 29, 2014 at 9:32 AM, Dominique Devienne wrote: > On Tue, Apr 29, 2014 at 5:00 AM, Antoine Levy Lambert wrote: >> On Apr 28, 2014, at 1:29 AM, Jan Matèrne (jhm) wrote: The web sites will remain in svn in any event because svnpubsub is the only supported mechanism to maintain

Re: migration to git and web site publication

2014-04-29 Thread Dominique Devienne
On Tue, Apr 29, 2014 at 5:00 AM, Antoine Levy Lambert wrote: > On Apr 28, 2014, at 1:29 AM, Jan Matèrne (jhm) wrote: >>> The web sites will remain in svn in any event because svnpubsub is the >>> only supported mechanism to maintain web sites AFAIK. >> [...] git/gitpubsub is working? > > Apache

migration to git and web site publication

2014-04-28 Thread Antoine Levy Lambert
Hello Jan, On Apr 28, 2014, at 1:29 AM, Jan Matèrne (jhm) wrote: > > > >> The web sites will remain in svn in any event because svnpubsub is the >> only supported mechanism to maintain web sites AFAIK. > > I havent looked at the current svnpubsub, but there is also one with that > name for g