Hi
I uploaded the git repository for clazy. It now sits in
/project/clazy/git/clazy.git
the only step I did not do is the chgrp t+g. I get an error. My UN*X-fu is degrading fast and I couldn’t understand the error (nor I dug deep to figure it out :) )
Is it correct to not set as a remote repository
ssh://mantoniotti@common-lisp.net/var/git/projects/clazy/clazy.git
Or should I just say
ssh://mantoniotti@common-lisp.net/project/clazy/git/clazy.git
?
Also, let me know when I can start editing the pages.
-- Marco
On Dec 3, 2014, at 10:07 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
this is the best walkthrough I could find:
http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs...
after you are done, you can clone the repo to
/project/clazy/git/clazy.git
This is done by first cloning your repo like this:
git clone --bare /path/to/repo/with/checked/out/source/of/clazy
in an appropriate directory, and then uploading the clazy.git directory to the server. There, the directory and its contents should be chgrouped to clazy,
chgrp -R clazy clazy.git
and its mode set like this
chmod t+g clazy.git
The repo will be picked up by the mighty scripts at some point and made available to git-daemon, etc.
If you require any help, please let us know.
Regards, Mario
On Tue, 2 Dec 2014 22:04:49 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
I prefer to move to git.
Please let me know how to do it. Eventually I will move to git all my repositories.
But please update the web pages with the instructions.
Thanks
Marco
On Dec 2, 2014, at 21:42 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
Do you want to us to (help) clean up the hierarchy or do you prefer to move to git?
Regards,
Erik.
On Tue, Dec 2, 2014 at 9:32 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: BTW.
Looking at the CVS with http://common-lisp.net/viewvc/clazy/ I notice that the directory structure is rather messed up. I suppose it is a leftover of the many transfers but it is rather confusing.
I suppose I could move the whole repository to git, but in that case I need instructions. I cannot find them on the web site.
Cheers
Marco
On Dec 2, 2014, at 21:25 , Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Ok. But that is what I read on
http://common-lisp.net/project-intro/
I did a cut-n-paste from the page. Time to update the page content?
Marco
On Dec 2, 2014, at 21:16 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
ViewCVS has been renamed several years ago to ViewVC, which is available at http://common-lisp.net/viewvc/clazy/
HTH,
Erik.
On Tue, Dec 2, 2014 at 8:01 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy
Gives me a 404...
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
Hi Marco,
it's chmod t+g, not chgrp.
The second ssh url is how it is intended to be. However, any path that exists on the machine and to which you have permissions will do. Due to karma, there are a few such paths.
I'll contact you separately on issue of the web page.
Regards, Mario
On Fri, 12 Dec 2014 18:29:09 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Hi
I uploaded the git repository for clazy. It now sits in
/project/clazy/git/clazy.git
the only step I did not do is the chgrp t+g. I get an error. My UN*X-fu is degrading fast and I couldn’t understand the error (nor I dug deep to figure it out :) )
Is it correct to not set as a remote repository
ssh://mantoniotti@common-lisp.net/var/git/projects/clazy/clazy.git
Or should I just say
ssh://mantoniotti@common-lisp.net/project/clazy/git/clazy.git
?
Also, let me know when I can start editing the pages.
-- Marco
On Dec 3, 2014, at 10:07 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
this is the best walkthrough I could find:
http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs...
after you are done, you can clone the repo to
/project/clazy/git/clazy.git
This is done by first cloning your repo like this:
git clone --bare /path/to/repo/with/checked/out/source/of/clazy
in an appropriate directory, and then uploading the clazy.git directory to the server. There, the directory and its contents should be chgrouped to clazy,
chgrp -R clazy clazy.git
and its mode set like this
chmod t+g clazy.git
The repo will be picked up by the mighty scripts at some point and made available to git-daemon, etc.
If you require any help, please let us know.
Regards, Mario
On Tue, 2 Dec 2014 22:04:49 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
I prefer to move to git.
Please let me know how to do it. Eventually I will move to git all my repositories.
But please update the web pages with the instructions.
Thanks
Marco
On Dec 2, 2014, at 21:42 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
Do you want to us to (help) clean up the hierarchy or do you prefer to move to git?
Regards,
Erik.
On Tue, Dec 2, 2014 at 9:32 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: BTW.
Looking at the CVS with http://common-lisp.net/viewvc/clazy/ I notice that the directory structure is rather messed up. I suppose it is a leftover of the many transfers but it is rather confusing.
I suppose I could move the whole repository to git, but in that case I need instructions. I cannot find them on the web site.
Cheers
Marco
On Dec 2, 2014, at 21:25 , Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Ok. But that is what I read on
http://common-lisp.net/project-intro/
I did a cut-n-paste from the page. Time to update the page content?
Marco
On Dec 2, 2014, at 21:16 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
ViewCVS has been renamed several years ago to ViewVC, which is available at http://common-lisp.net/viewvc/clazy/
HTH,
Erik.
On Tue, Dec 2, 2014 at 8:01 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy
Gives me a 404...
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
Hello
thanks. I think I fixed everything and I was able to clone the repo.
Just one question. How should I advertise the the clone/fetch git link? Will the following work?
http://common-lisp.net/project/clazy/git/clazy.git
What about the push link?
Thank you
Marco
PS I have seen the message about nanoc. I’ll get to it soon.
On Dec 14, 2014, at 20:43 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
it's chmod t+g, not chgrp.
The second ssh url is how it is intended to be. However, any path that exists on the machine and to which you have permissions will do. Due to karma, there are a few such paths.
I'll contact you separately on issue of the web page.
Regards, Mario
On Fri, 12 Dec 2014 18:29:09 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Hi
I uploaded the git repository for clazy. It now sits in
/project/clazy/git/clazy.git
the only step I did not do is the chgrp t+g. I get an error. My UN*X-fu is degrading fast and I couldn’t understand the error (nor I dug deep to figure it out :) )
Is it correct to not set as a remote repository
ssh://mantoniotti@common-lisp.net/var/git/projects/clazy/clazy.git
Or should I just say
ssh://mantoniotti@common-lisp.net/project/clazy/git/clazy.git
?
Also, let me know when I can start editing the pages.
-- Marco
On Dec 3, 2014, at 10:07 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
this is the best walkthrough I could find:
http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs...
after you are done, you can clone the repo to
/project/clazy/git/clazy.git
This is done by first cloning your repo like this:
git clone --bare /path/to/repo/with/checked/out/source/of/clazy
in an appropriate directory, and then uploading the clazy.git directory to the server. There, the directory and its contents should be chgrouped to clazy,
chgrp -R clazy clazy.git
and its mode set like this
chmod t+g clazy.git
The repo will be picked up by the mighty scripts at some point and made available to git-daemon, etc.
If you require any help, please let us know.
Regards, Mario
On Tue, 2 Dec 2014 22:04:49 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
I prefer to move to git.
Please let me know how to do it. Eventually I will move to git all my repositories.
But please update the web pages with the instructions.
Thanks
Marco
On Dec 2, 2014, at 21:42 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
Do you want to us to (help) clean up the hierarchy or do you prefer to move to git?
Regards,
Erik.
On Tue, Dec 2, 2014 at 9:32 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: BTW.
Looking at the CVS with http://common-lisp.net/viewvc/clazy/ I notice that the directory structure is rather messed up. I suppose it is a leftover of the many transfers but it is rather confusing.
I suppose I could move the whole repository to git, but in that case I need instructions. I cannot find them on the web site.
Cheers
Marco
On Dec 2, 2014, at 21:25 , Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Ok. But that is what I read on
http://common-lisp.net/project-intro/
I did a cut-n-paste from the page. Time to update the page content?
Marco
> On Dec 2, 2014, at 21:16 , Erik Huelsmann ehuels@gmail.com > wrote: > > Hi Marco, > > > ViewCVS has been renamed several years ago to ViewVC, which is > available at http://common-lisp.net/viewvc/clazy/ > > HTH, > > Erik. > > > On Tue, Dec 2, 2014 at 8:01 PM, Marco Antoniotti > marcoxa@cs.nyu.edu wrote: > http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy > > Gives me a 404... > > -- > Marco Antoniotti > > > > _______________________________________________ > Clo-devel mailing list > Clo-devel@common-lisp.net > http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel > > > > -- > Bye, > > Erik. > > http://efficito.com -- Hosted accounting and ERP. > Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Marco Antoniotti
Hi
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.
I get an error from the following
$ git clone http://common-lisp.net/project/clazy/git/clazy.git clazy Cloning into 'clazy'... fatal: repository 'http://common-lisp.net/project/clazy/git/clazy.git/' not found
I am pretty sure all the necessary symbolic links are in place. Should I instead just put the repository directly in
/project/clazy/public_html/git
I do not understand what is going awry.
MA
On Dec 15, 2014, at 21:08 , Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Hello
thanks. I think I fixed everything and I was able to clone the repo.
Just one question. How should I advertise the the clone/fetch git link? Will the following work?
http://common-lisp.net/project/clazy/git/clazy.git
What about the push link?
Thank you
Marco
PS I have seen the message about nanoc. I’ll get to it soon.
On Dec 14, 2014, at 20:43 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
it's chmod t+g, not chgrp.
The second ssh url is how it is intended to be. However, any path that exists on the machine and to which you have permissions will do. Due to karma, there are a few such paths.
I'll contact you separately on issue of the web page.
Regards, Mario
On Fri, 12 Dec 2014 18:29:09 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Hi
I uploaded the git repository for clazy. It now sits in
/project/clazy/git/clazy.git
the only step I did not do is the chgrp t+g. I get an error. My UN*X-fu is degrading fast and I couldn’t understand the error (nor I dug deep to figure it out :) )
Is it correct to not set as a remote repository
ssh://mantoniotti@common-lisp.net/var/git/projects/clazy/clazy.git
Or should I just say
ssh://mantoniotti@common-lisp.net/project/clazy/git/clazy.git
?
Also, let me know when I can start editing the pages.
-- Marco
On Dec 3, 2014, at 10:07 , Mario S. Mommer mommer@moss-clad.net wrote:
Hi Marco,
this is the best walkthrough I could find:
http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs...
after you are done, you can clone the repo to
/project/clazy/git/clazy.git
This is done by first cloning your repo like this:
git clone --bare /path/to/repo/with/checked/out/source/of/clazy
in an appropriate directory, and then uploading the clazy.git directory to the server. There, the directory and its contents should be chgrouped to clazy,
chgrp -R clazy clazy.git
and its mode set like this
chmod t+g clazy.git
The repo will be picked up by the mighty scripts at some point and made available to git-daemon, etc.
If you require any help, please let us know.
Regards, Mario
On Tue, 2 Dec 2014 22:04:49 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
I prefer to move to git.
Please let me know how to do it. Eventually I will move to git all my repositories.
But please update the web pages with the instructions.
Thanks
Marco
On Dec 2, 2014, at 21:42 , Erik Huelsmann ehuels@gmail.com wrote:
Hi Marco,
Do you want to us to (help) clean up the hierarchy or do you prefer to move to git?
Regards,
Erik.
On Tue, Dec 2, 2014 at 9:32 PM, Marco Antoniotti marcoxa@cs.nyu.edu wrote: BTW.
Looking at the CVS with http://common-lisp.net/viewvc/clazy/ I notice that the directory structure is rather messed up. I suppose it is a leftover of the many transfers but it is rather confusing.
I suppose I could move the whole repository to git, but in that case I need instructions. I cannot find them on the web site.
Cheers
Marco
> On Dec 2, 2014, at 21:25 , Marco Antoniotti marcoxa@cs.nyu.edu > wrote: > > Ok. But that is what I read on > > http://common-lisp.net/project-intro/ > > I did a cut-n-paste from the page. Time to update the page > content? > > Marco > > > > > >> On Dec 2, 2014, at 21:16 , Erik Huelsmann ehuels@gmail.com >> wrote: >> >> Hi Marco, >> >> >> ViewCVS has been renamed several years ago to ViewVC, which is >> available at http://common-lisp.net/viewvc/clazy/ >> >> HTH, >> >> Erik. >> >> >> On Tue, Dec 2, 2014 at 8:01 PM, Marco Antoniotti >> marcoxa@cs.nyu.edu wrote: >> http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy >> >> Gives me a 404... >> >> -- >> Marco Antoniotti >> >> >> >> _______________________________________________ >> Clo-devel mailing list >> Clo-devel@common-lisp.net >> http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel >> >> >> >> -- >> Bye, >> >> Erik. >> >> http://efficito.com -- Hosted accounting and ERP. >> Robust and Flexible. No vendor lock-in. > > -- > Marco Antoniotti > > > > _______________________________________________ > Clo-devel mailing list > Clo-devel@common-lisp.net > http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
-- Marco Antoniotti
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti
Hi Marco,
On Tue, 16 Dec 2014 21:16:50 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
Sorry to be such a nag.
On the contrary - thanks for your patience!
I am pretty sure all the necessary symbolic links are in place. Should I instead just put the repository directly in
/project/clazy/public_html/git
You can just link it there. One way is to do it the way you did it, another would be to simply link the git directory, as in
ln -s /project/clazy/git /project/clazy/public_html/
In theory, right now the repo is reachable through
http://common-lisp.net/r/projects/clazy/clazy.git/
although it seems nothing has been pushed to the repo...
Regards, Mario
On Dec 16, 2014, at 22:56 , Mario S. Mommer mommer@moss-clad.net wrote:
Nope. Does not work. And neither does
git clone http://common-lisp.net/projects/clazy/git/clazy.git/
See below
$ git clone http://common-lisp.net/r/projects/clazy/clazy.git/ Cloning into 'clazy'... fatal: repository 'http://common-lisp.net/r/projects/clazy/clazy.git/' not found
$ git clone http://common-lisp.net/projects/clazy/git/clazy.git/ Cloning into 'clazy'... fatal: repository 'http://common-lisp.net/projects/clazy/git/clazy.git/' not found
Ciao
-- Marco Antoniotti
Hi Marco,
how very strange, because all the commands you sent work here flawlessly. Can someone else on this list confirm?
Unfortunately this means that right now I have no idea how to help. Shot in the dark: what is your git version?
Mine is 1.7.10.4
Regards, Mario
On Wed, 17 Dec 2014 08:44:10 +0100 Marco Antoniotti marcoxa@cs.nyu.edu wrote:
On Dec 16, 2014, at 22:56 , Mario S. Mommer mommer@moss-clad.net wrote:
Nope. Does not work. And neither does
git clone http://common-lisp.net/projects/clazy/git/clazy.git/
See below
$ git clone http://common-lisp.net/r/projects/clazy/clazy.git/ Cloning into 'clazy'... fatal: repository 'http://common-lisp.net/r/projects/clazy/clazy.git/' not found
$ git clone http://common-lisp.net/projects/clazy/git/clazy.git/ Cloning into 'clazy'... fatal: repository 'http://common-lisp.net/projects/clazy/git/clazy.git/' not found
Ciao
-- Marco Antoniotti
"Mario S. Mommer" mommer@moss-clad.net writes:
Hi Marco,
how very strange, because all the commands you sent work here flawlessly. Can someone else on this list confirm?
They work for me, too.
Zach
Now it worked for me too.
Go figure!
I am running
$ git --version git version 1.9.3 (Apple Git-50)
In any case, now there is a baseline to work on.
Ciao
Marco
On Dec 17, 2014, at 13:29 , Zach Beane xach@xach.com wrote:
"Mario S. Mommer" mommer@moss-clad.net writes:
Hi Marco,
how very strange, because all the commands you sent work here flawlessly. Can someone else on this list confirm?
They work for me, too.
Zach
Clo-devel mailing list Clo-devel@common-lisp.net http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
-- Marco Antoniotti