Hi Jason!

First of all +1 for git ;)

Is it possible to also enable the http protocol for your repository?
Since i'm behind a corporate firewall at work, i cannot clone it from here.
This might also be a problem for other users out there.

I do not know how deep into git you are, so here's a short description how i 
usually enable the
http access for my repos:
You basically only have to run 
./git-update-server-info 
( http://www.kernel.org/pub/software/scm/git/docs/git-update-server-info.html )
and allow the hooks/post-update by changing the g+x.
This script will then be called automatically after each push and create all 
the info needed for
cloning the repo over http via
git-clone http://git.sonatype.org/maven-2.1.git

txs in advance and br,
strub


--- Jason van Zyl <[EMAIL PROTECTED]> schrieb:

> Just finished a first round trip using GIT, the published Maven  
> repositories, and pushing back to SVN. Other then something I hosed up  
> with the .svn entries it was a painless experience. Had to wire up a  
> couple scripts but not a big deal. I did the SVN clone locally and  
> rsync'd it to the remote machine. Oleg pulled from the remote machine  
> here:
> 
> http://git.sonatype.org/
> 
> And then I just pulled back from a repository that Oleg published. The  
> merging was so easy with GIT and then I just pushed it all back to SVN.
> 
> Anyone who wants to try and contribute more I highly recommend using  
> GIT. It's actually nice to use and I would say it was a success.



       __________________________________ Ihr erstes Fernweh? Wo gibt es den 
schönsten Strand? www.yahoo.de/clever

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to