[fpc-other] GIT versioning server on Raspberry Pi?

Lukasz Sokol el.es.cr at gmail.com
Mon Jun 5 14:02:52 CEST 2017


On 04/06/17 23:12, Bo Berglund wrote:
> Report on progress:
> I have found a way to convert CVS to GIT using the cvs2svn module,
> which contains a cvs2git file. It was described in this article:
> https://devsector.wordpress.com/2014/05/17/migrate-cvs-to-git-with-cvs2svn/
> 
[...]
> 
> I am worrying that I am doing this all wrong...
> 
> It is possible to clone the repo and get the expected file tree out,
> though.
> 
You have (probably) created the repo in 'bare' mode (no checked out working copy?)

(or the conversion process does it inadvertently) 

When you clone, you get the working directory, then you'd need to push changes to bare repo
(just like you would on SVN or CVS by default)

(hope it's that, idk because I don't use bare repos).

-L.



More information about the fpc-other mailing list