On 7 Nov 07, at 12:47 AM 7 Nov 07, Mark Struberg wrote:

Hi Jason!

First of all +1 for git ;)

Is it possible to also enable the http protocol for your repository?

Sure, I can do that. It was just easier to use the GIT protocol and it's much, much faster. It's crazy fast (I'm stealing a James Strachan line).


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.


Not a problem to turn it on.

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

Yah, I've script up publishing a repo from Apache as I did this over and over again. I'll try to write something up when I get a change and I have to drop a few files into the SVN repos for legal muck.



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]


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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

Reply via email to