diff options
-rw-r--r-- | cvs2git.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cvs2git.txt b/cvs2git.txt new file mode 100644 index 0000000..5ca98f2 --- /dev/null +++ b/cvs2git.txt @@ -0,0 +1,5 @@ +# Import from a local CVSROOT copy +git cvsimport -v -a -k -d /usr/local/projects/JogAmp/temp/gl4java/gl4java_cvs -C gl4java.git -A /usr/local/projects/JogAmp/temp/gl4java/authors.txt GL4Java +# Then git reset --hard to last GL4Java commit 2003-06-27 20:41:43 +# Then making the 'funny' GL4Java subdir the new root dir +git filter-repo --force --replace-refs update-no-add --subdirectory-filter GL4Java |