Re: How to use git-svn with James

2012-06-16 Thread Eric Charles
On 06/16/2012 07:31 PM, Ioan Eugen Stan wrote: 2012/6/16 Eric Charles: If you want to show us something, a good old svn branch will also do the job :) Eric I'm just exercising git and testing the git-svn integration. Sure Ioan, I was just saying Gazda if git give any issue (config,...)

Re: How to use git-svn with James

2012-06-16 Thread Ioan Eugen Stan
2012/6/16 Eric Charles : > If you want to show us something, a good old svn branch will also do the job > :) > Eric > I'm just exercising git and testing the git-svn integration. > > On 06/16/2012 04:34 PM, Ioan Eugen Stan wrote: >> >> Hi Gazda, >> >> There is a good tutorial on this subject on:

Re: How to use git-svn with James

2012-06-16 Thread Eric Charles
If you want to show us something, a good old svn branch will also do the job :) Eric On 06/16/2012 04:34 PM, Ioan Eugen Stan wrote: Hi Gazda, There is a good tutorial on this subject on: http://wiki.apache.org/general/GitAtApache . I've used it to work on https://github.com/ieugen/james-mime

Re: How to use git-svn with James

2012-06-16 Thread Ioan Eugen Stan
Hi Gazda, There is a good tutorial on this subject on: http://wiki.apache.org/general/GitAtApache . I've used it to work on https://github.com/ieugen/james-mime4j/tree/master. 2012/6/15 Ioan Eugen Stan : > Hi Gazda, > > I tried once to see use git-svn with james/current but was > unsuccessful. g

Re: How to use git-svn with James

2012-06-14 Thread Ioan Eugen Stan
Hi Gazda, I tried once to see use git-svn with james/current but was unsuccessful. git-svn does not know how to use svn:externals. My knowledge in git was very limited. I will give it a try this weekend maybe and if things go well I'll get back. Good luck, 2012/6/14 Jochen Gazda : > Thank you f

Re: How to use git-svn with James

2012-06-14 Thread Jochen Gazda
Thank you for your prompt reply, Eric. > I saw you created  james/trunk/sandbox/git-branches/, but not sure why. I supposed that --tags and --branches parameters of git svn init may not be left unset and there are no branches and tags in SVN under asf/james. Anyway, it did not help. james/trunk/s

Re: How to use git-svn with James

2012-06-14 Thread Eric Charles
Hi Gazda, I saw you created james/trunk/sandbox/git-branches/, but not sure why. The 3 ways I can imagine to work with Apache James git repo are: 1. clone the git repo on your laptop, add a remote to your github, push to the defined remote 2. import your local svn to your github repo (will

How to use git-svn with James

2012-06-14 Thread Jochen Gazda
Gentlemen, is there anybody here who has managed it to create a working dir with git-svn? I am trying to apply "Git for Apache committers" as decribed here http://wiki.apache.org/general/GitAtApache . This is what I am doing: ---8< #!/bin/bash set -x set -e # put your A