[Clo-devel] Is viewcvs working?

Mario S. Mommer mommer at moss-clad.net
Fri Dec 5 09:18:58 UTC 2014


Hi,

I just fixed all the cvs repos.

Regards,
	Mario

On Fri, 5 Dec 2014 09:15:56 +0100
Marco Antoniotti <marcoxa at cs.nyu.edu> wrote:

> 
> > On Dec 5, 2014, at 09:12 , Mario S. Mommer <mommer at moss-clad.net>
> > wrote:
> > 
> > Hi Marco,
> > 
> > did the fix work for clazy's cvs repo? If yes, I can fix the rest of
> > the cvs repos relatively easily.
> 
> No I have not.  I will just move over to git.
> But you should have a go to fixing the other CVS repositories; maybe
> people do not use CVS anymore, but somebody out there may.
> 
> > If you want to edit the web pages - next week I'll set up an
> > appropriate git repo and send you the access (Thanks!).
> 
> Please do so.  You should also set up a sandbox for the people on
> clo-devel, where they can see the changes before going public.
> 
> all the best
> 
> Marco
> 
> 
> 
> 
> 
> 
> 
> > 
> > Regards,
> > 	Mario
> > 
> > On Fri, 5 Dec 2014 08:27:39 +0100
> > Marco Antoniotti <marcoxa at cs.nyu.edu> wrote:
> > 
> >> Hi
> >> 
> >> thanks.  I knew more or less the process and I needed all the
> >> details about where to put things in the file system.
> >> 
> >> Please do update the web pages with these instructions.  If you
> >> cannot, I can volunteer to do so (slowly, but I can).
> >> 
> >> At this point I am also quite afraid about most CVS repositories.
> >> I just checked CL-UNIFICATION and there is the same constraint
> >> about the LockDir= in the config file which prevents me from
> >> checking out the repository; this happens even while I am on the
> >> cl.net machine. I am afraid other repositories are in the same
> >> situation.
> >> 
> >> I will now move all my repositories to git.
> >> 
> >> all the best
> >> 
> >> Marco
> >> 
> >> 
> >> 
> >>> On Dec 3, 2014, at 10:07 , Mario S. Mommer <mommer at 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-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 <marcoxa at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at common-lisp.net
> >>>> http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
> >> 
> >> --
> >> Marco Antoniotti
> >> 
> >> 
> 
> --
> Marco Antoniotti
> 
> 




More information about the clo-devel mailing list