Thread: WDL in the wild
View Single Post
Old 08-25-2010, 07:34 AM   #48
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,645
Default

Quote:
Originally Posted by schwa View Post
FWIW, there does not seem to be a way to simply copy a git repository from a web server that does not have git enabled (though if I have this wrong I'd be glad to know).
Well, this is what I do at the moment:

1. git gc
2. git clone --bare . WDL.git
3. cd WDL.git
4. git --bare update-server-info
4. Move (or upload) the WDL.git folder to your webserver

This does seem to work, eventhough I don't have git installed on my webserver.
Tale is offline   Reply With Quote