<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi<div class=""><br class=""></div><div class="">Sorry to be such a nag.  I am trying to ensure that the repository can at least be cloned/fetched without going through the ssh route.</div><div class=""><br class=""></div><div class="">I get an error from the following</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">$ git clone <a href="http://common-lisp.net/project/clazy/git/clazy.git" class="">http://common-lisp.net/project/clazy/git/clazy.git</a> clazy<br class="">Cloning into 'clazy'...<br class="">fatal: repository '<a href="http://common-lisp.net/project/clazy/git/clazy.git/'" class="">http://common-lisp.net/project/clazy/git/clazy.git/'</a> not found</font></div><div class=""><br class=""></div><div class="">I am pretty sure all the necessary symbolic links are in place.  Should I instead just put the repository directly in</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">/project/clazy/public_html/git</font></div><div class=""><br class=""></div><div class="">I do not understand what is going awry.</div><div class=""><br class=""></div><div class="">MA</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><blockquote type="cite" class="">On Dec 15, 2014, at 21:08 , Marco Antoniotti <<a href="mailto:marcoxa@cs.nyu.edu" class="">marcoxa@cs.nyu.edu</a>> wrote:<br class=""><br class="">Hello<br class=""><br class="">thanks.  I think I fixed everything and I was able to clone the repo.<br class=""><br class="">Just one question.  How should I advertise the the clone/fetch git link?<br class="">Will the following work?<br class=""><br class=""><a href="http://common-lisp.net/project/clazy/git/clazy.git" class="">http://common-lisp.net/project/clazy/git/clazy.git</a><br class=""><br class="">What about the push link?<br class=""><br class="">Thank you<br class=""><br class="">Marco<br class=""><br class=""><br class="">PS  I have seen the message about nanoc.  I’ll get to it soon.<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 14, 2014, at 20:43 , Mario S. Mommer <mommer@moss-clad.net> wrote:<br class=""><br class="">Hi Marco,<br class=""><br class="">it's chmod t+g, not chgrp.<br class=""><br class="">The second ssh url is how it is intended to be. However, any path that<br class="">exists on the machine and to which you have permissions will do. Due to<br class="">karma, there are a few such paths.<br class=""><br class="">I'll contact you separately on issue of the web page.<br class=""><br class="">Regards,<br class=""><span class="Apple-tab-span" style="white-space:pre">     </span>Mario<br class=""><br class="">On Fri, 12 Dec 2014 18:29:09 +0100<br class="">Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:<br class=""><blockquote type="cite" class="">Hi<br class=""><br class="">I uploaded the git repository for clazy.  It now sits in<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>/project/clazy/git/clazy.git<br class=""><br class="">the only step I did not do is the chgrp t+g.  I get an error.  My<br class="">UN*X-fu is degrading fast and I couldn’t understand the error (nor I<br class="">dug deep to figure it out :) )<br class=""><br class="">Is it correct to not set as a remote repository<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>ssh://mantoniotti@common-lisp.net/var/git/projects/clazy/clazy.git<br class=""><br class="">Or should I just say<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>ssh://mantoniotti@common-lisp.net/project/clazy/git/clazy.git<br class=""><br class="">?<br class=""><br class="">Also, let me know when I can start editing the pages.<br class=""><br class="">--<br class="">Marco<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 3, 2014, at 10:07 , Mario S. Mommer <mommer@moss-clad.net><br class="">wrote:<br class=""><br class="">Hi Marco,<br class=""><br class="">this is the best walkthrough I could find:<br class=""><br class="">http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs-to-git/17135045#17135045<br class=""><br class="">after you are done, you can clone the repo to<br class=""><br class="">/project/clazy/git/clazy.git<br class=""><br class="">This is done by first cloning your repo like this:<br class=""><br class="">git clone --bare /path/to/repo/with/checked/out/source/of/clazy<br class=""><br class="">in an appropriate directory, and then uploading the clazy.git<br class="">directory to the server. There, the directory and its contents<br class="">should be chgrouped to clazy,<br class=""><br class="">chgrp -R clazy clazy.git<br class=""><br class="">and its mode set like this<br class=""><br class="">chmod t+g clazy.git<br class=""><br class="">The repo will be picked up by the mighty scripts at some point and<br class="">made available to git-daemon, etc.<br class=""><br class="">If you require any help, please let us know.<br class=""><br class="">Regards,<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>Mario<br class=""><br class="">On Tue, 2 Dec 2014 22:04:49 +0100<br class="">Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:<br class=""><br class=""><blockquote type="cite" class="">I prefer to move to git.<br class=""><br class="">Please let me know how to do it.   Eventually I will move to git<br class="">all my repositories.<br class=""><br class="">But please update the web pages with the instructions.<br class=""><br class="">Thanks<br class=""><br class="">Marco<br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 2, 2014, at 21:42 , Erik Huelsmann <ehuels@gmail.com><br class="">wrote:<br class=""><br class="">Hi Marco,<br class=""><br class=""><br class="">Do you want to us to (help) clean up the hierarchy or do you<br class="">prefer to move to git?<br class=""><br class=""><br class="">Regards,<br class=""><br class=""><br class="">Erik.<br class=""><br class=""><br class=""><br class="">On Tue, Dec 2, 2014 at 9:32 PM, Marco Antoniotti<br class=""><marcoxa@cs.nyu.edu> wrote: BTW.<br class=""><br class="">Looking at the CVS with  http://common-lisp.net/viewvc/clazy/ I<br class="">notice that the directory structure is rather messed up.  I<br class="">suppose it is a leftover of the many transfers but it is rather<br class="">confusing.<br class=""><br class="">I suppose I could move the whole repository to git, but in that<br class="">case I need instructions.  I cannot find them on the web site.<br class=""><br class="">Cheers<br class=""><br class="">Marco<br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 2, 2014, at 21:25 , Marco Antoniotti <marcoxa@cs.nyu.edu><br class="">wrote:<br class=""><br class="">Ok.  But that is what I read on<br class=""><br class="">http://common-lisp.net/project-intro/<br class=""><br class="">I did a cut-n-paste from the page.  Time to update the page<br class="">content?<br class=""><br class="">Marco<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 2, 2014, at 21:16 , Erik Huelsmann <ehuels@gmail.com><br class="">wrote:<br class=""><br class="">Hi Marco,<br class=""><br class=""><br class="">ViewCVS has been renamed several years ago to ViewVC, which is<br class="">available at http://common-lisp.net/viewvc/clazy/<br class=""><br class="">HTH,<br class=""><br class="">Erik.<br class=""><br class=""><br class="">On Tue, Dec 2, 2014 at 8:01 PM, Marco Antoniotti<br class=""><marcoxa@cs.nyu.edu> wrote:<br class="">http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy<br class=""><br class="">Gives me a 404...<br class=""><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Clo-devel mailing list<br class="">Clo-devel@common-lisp.net<br class="">http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel<br class=""><br class=""><br class=""><br class="">--<br class="">Bye,<br class=""><br class="">Erik.<br class=""><br class="">http://efficito.com -- Hosted accounting and ERP.<br class="">Robust and Flexible. No vendor lock-in.<br class=""></blockquote><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Clo-devel mailing list<br class="">Clo-devel@common-lisp.net<br class="">http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel<br class=""></blockquote><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">-- <br class="">Bye,<br class=""><br class="">Erik.<br class=""><br class="">http://efficito.com -- Hosted accounting and ERP.<br class="">Robust and Flexible. No vendor lock-in.<br class=""></blockquote><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Clo-devel mailing list<br class="">Clo-devel@common-lisp.net<br class="">http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel<br class=""></blockquote></blockquote><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""></blockquote></blockquote><br class="">--<br class="">Marco Antoniotti<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Clo-devel mailing list<br class="">Clo-devel@common-lisp.net<br class="">http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel<br class=""></blockquote><br class=""><div class="">--<br class="">Marco Antoniotti<br class=""><br class=""></div><br class=""></div></body></html>