[Clo-devel] Moving to GIT

Hello (and Happy New Year) I decided to move all my repositories to git and I need to change the doc pages to reflect this move. What is the tool now in place to view git repositories and how do you access it? Thanks -- Marco Antoniotti

Another problem… Seen before… cl-unif-test$ git clone http://common-lisp.net/project/cl-unification/git/cl-unification.git cl-unification Cloning into 'cl-unification'... fatal: repository 'http://common-lisp.net/project/cl-unification/git/cl-unification.git/' not found And yet the http link appears to be there as expected. Any ideas about why this is happening? MA
On Jan 1, 2015, at 22:16 , Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:
Hello (and Happy New Year)
I decided to move all my repositories to git and I need to change the doc pages to reflect this move.
What is the tool now in place to view git repositories and how do you access it?
Thanks
-- Marco Antoniotti
_______________________________________________ Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti

On Jan 1, 2015, at 22:16 , Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:
Hello (and Happy New Year)
I decided to move all my repositories to git and I need to change the doc pages to reflect this move.
What is the tool now in place to view git repositories and how do you access it?
Ok. This is weird. The following like works as expected. http://common-lisp.net/gitweb/?p=projects/xhtmlambda/XHTMLambda.git;a=summar... The following does not http://common-lisp.net/gitweb/?p=projects/clazy/clazy.git;a=summary However, the public_html directories /project/xhtmlambda/public_html and /project/clazy/public_html appear to have the very same structure. Something weird is happening the the HTTP server configuration…. Cheers -- Marco Antoniotti
participants (1)
-
Marco Antoniotti