anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
Hello, I'm trying out git at the moment and found this page http://wiki.apache.org/general/GitAtApache Is anyone here using git in front of svn ? any problem, advice ? Sylvain

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Rainer Jung
On 07.04.2011 22:35, Sylvain Laurent wrote: Hello, I'm trying out git at the moment and found this page http://wiki.apache.org/general/GitAtApache Is anyone here using git in front of svn ? any problem, advice ? I used it some time for the httpd sources. I like that it is easy to transfer

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
I just did my first commit on tomcat using git, it seems to work. does it bother anyone if I add a .gitignore file in the SVN repository ? Sylvain On 7 avr. 2011, at 22:57, Rainer Jung wrote: On 07.04.2011 22:35, Sylvain Laurent wrote: Hello, I'm trying out git at the moment and found

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Sylvain Laurent sylvain.laur...@m4x.org: I just did my first commit on tomcat using git, it seems to work. Congratulations. does it bother anyone if I add a .gitignore file in the SVN repository ? I am not bothered much, though 1) it need to have ASL header 2) it probably should be

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote: What content will be in your version of the file? mostly what we ave already ignored with svn props : eclipse-sepcific files, the logs, work, temp directories... Otherwise, one can also run git svn show-ignore .git/info/exclude which

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Sylvain Laurent sylvain.laur...@m4x.org: On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote: What content will be in your version of the file? mostly what we ave already ignored with svn props : eclipse-sepcific files, the logs, work, temp directories... Otherwise, one can also