Re: Re: How to covert dhcpcd FOSSIL repo into git?
Roy Marples
Wed Apr 20 11:26:07 2016
On 20/04/2016 12:20, Shahid Mahmood wrote:
> On Wednesday, April 20, 2016, Roy Marples <roy@xxxxxxxxxxxx
> <mailto:roy@xxxxxxxxxxxx>> wrote:
>
> On 19/04/2016 21:52, Shahid Mahmood wrote:
> > Does anyone know how I can convert the dhcpcd FOSSIL repo into a
> git one?
> > (Or if there is such an instance already existing somewhere on the
> interweb)
>
> http://fossil-scm.org/xfer/doc/trunk/www/inout.wiki
>
> Thanks. I saw similar instructions before and have installed 'fossil'
> locally. But I don't know how I can get a 'copy' of dhcpcd fossil repo
> locally.
You can do this with fossil.
>
>
> Curious as to why though?
>
> So I can see the history/tags locally.
fossil clone http://roy.marples.name/projects/dhcpcd dhcpcd.fossil
mkdir dhcpcd
cd dhcpcd
fossil open ../dhcpcd.fossil
You now have a working checkout
You can even launch a web brower locally (if you have X running) so see
the clone of the dhcpcd project.
fossil ui
Enjoy!
Roy
Archive administrator: postmaster@marples.name