Hi Pierre and others,

Le 03.09.2006 02:00:16, Pierre Marc Dumuid a écrit :
Thank's for the compile error report... I assume j6t will fix this soon.

If people like test-compiling code, here are some instructions on how you could help j6t and myself by doing so.

1. Install git, cogito
2. make an empty directory
3. within this directory, follow these commands:
cg-init
# Type ":wq" in vi to save an initial commit, (which is empty)
# Now what the next lines do is declares remote branches to your git repository according to
# cg-branch-add <localbranchname> <remoteURL>
cg-branch-add svn-plan-linear http://cvs.cinelerra.org/~j6t/cinelerra2.git#svn-plan-linear cg-branch-add svn-planj6t http://cvs.cinelerra.org/~j6t/cinelerra2.git#svn-planj6t cg-branch-add svn-linearpmd http://cvs.cinelerra.org/~pmdumuid/2.0_to_2.1_notes/git.pmd_cin#svn-linearpmd


Pierre, yesterday with our tests, I had problems with commands like

cg-branch-add svn-plan-linear http://cvs.cinelerra.org/~j6t/
cinelerra2.git#svn-plan-linear

With zsh (maybe clean with bash) the url shoul be quoted, probably due to the # inside. Like:

cg-branch-add svn-plan-linear "http://cvs.cinelerra.org/~j6t/
cinelerra2.git#svn-plan-linear"

With this syntax, everything is fine

Regards

Jean-Luc

Attachment: pgphhOSLdc5nS.pgp
Description: PGP signature

Reply via email to