Re: Is viewcvs working?

Marco Antoniotti <[email protected]>
Newsgroups gmane.lisp.common-lisp-net.devel
Message-ID <[email protected]>
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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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://[email protected]/var/git/projects/clazy/clazy.git
>>> 
>>> Or should I just say
>>> 
>>> 	ssh://[email protected]/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 <[email protected]>
>>>> wrote:
>>>> 
>>>> Hi Marco,
>>>> 
>>>> this is the best walkthrough I could find:
>>>> 
>>>> http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs-to-git/17135045#17135045
>>>> 
>>>> 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 <[email protected]> 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 <[email protected]>
>>>>>> 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
>>>>>> <[email protected]> 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 <[email protected]>
>>>>>>> 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 <[email protected]>
>>>>>>>> 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
>>>>>>>> <[email protected]> wrote:
>>>>>>>> http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=clazy
>>>>>>>> 
>>>>>>>> Gives me a 404...
>>>>>>>> 
>>>>>>>> --
>>>>>>>> Marco Antoniotti
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> _______________________________________________
>>>>>>>> Clo-devel mailing list
>>>>>>>> [email protected]
>>>>>>>> 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
>>>>>>> [email protected]
>>>>>>> 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
>>>>> [email protected]
>>>>> http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
>>> 
>>> --
>>> Marco Antoniotti
>>> 
>>> 
> 
> --
> Marco Antoniotti
> 
> 
> 
> _______________________________________________
> Clo-devel mailing list
> [email protected]
> http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel

--
Marco Antoniotti

_______________________________________________
Clo-devel mailing list
[email protected]
http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.