crap icon indicating copy to clipboard operation
crap copied to clipboard

Cvs Remote Access Program

Results 14 crap issues
Sort by recently updated
recently updated
newest added

Is there a way to build the crap-clone statically linked? Then I can build it once on my ubuntu-machine, and just distribute it. Or have a version without the libpipeline?...

I apologise to highjack the issues but I haven't found another way to get in touch. I have been searching for years a tool to incrementally import a CVS repo...

First bit of work I'm doing in the password issue. This is tested to be working (though not extensively), and builds without warnings (on my Devuan GNU/Liinux beowulf). Your review...

I get the following error ``` ... 2002-08-02 04:33:18 RDT COMMITMissed first time round: plugins/saint/makefile.win32-msvc 1.1 cvs checkout - failed to get plugins/saint/makefile.win32-msvc 1.1 fatal: stream ends early ... ```...

Some tags which are acceptable in CVS, are unacceptable in git. See [this StackOverflow answer](https://stackoverflow.com/a/26382358/1593077) for a list of disallowed character sequences in tag names. crap doesn't check tag names...

I'm trying to migrate a cvs repository to git. The repository's root is on a pserver... :-( Now, the server uses passwords, and I have a password - in ~/.cvspass...

It should be possible to specify a password without requiring `~./cvspass` file. Working on that in my fork.

When running crap-clone, after the run has started, I'm getting the following error message; ``` opening .git/crap/version-cache.txt failed: No such file or directory ``` The `.git` subdirectory does exist; the...

Add support for specifing a file, to replace the CVS author names with "real" ones. Supports the file format from [git-cvsimport](https://git-scm.com/docs/git-cvsimport#Documentation/git-cvsimport.txt--Altauthor-conv-filegt). This needs a bit cleanup I think, but works...

Apparently our CVS repository is corrupted. It would be nice to be able to ignore broken versions somehow. I do not much care if some old versions are corrupted in...