hi again. is there an official online versioning tool used by the devs somewhere ? I see there is http://chuck.sourceforge.net but there seems to be 0 commits. tom
There's a cvs at:
:ext:anon-chuck@cvs.cs.princeton.edu:/cvs
I was keeping a mirror of it here:
http://repo.or.cz/w/chuck-blob.git
In the branch "upstream". (lately it was out of date but i just
updated it and fixed my mirror script when I noticed.)
Steve
On Fri, Oct 29, 2010 at 3:08 PM, Thomas Girod
hi again.
is there an official online versioning tool used by the devs somewhere ? I see there is http://chuck.sourceforge.net but there seems to be 0 commits.
tom _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 2010-10-29 21:26, Stephen Sinclair wrote:
There's a cvs at: :ext:anon-chuck@cvs.cs.princeton.edu:/cvs
How do I checkout from this? I tried (with variations): cvs -z3 -d:ext:anon-chuck@cvs.cs.princeton.edu:/cvs co chuck I don't know much about cvs, so it's probably just me missing the obvious... -- Atte http://atte.dk http://modlys.dk
On Thu, Nov 4, 2010 at 6:22 AM, Atte André Jensen
On 2010-10-29 21:26, Stephen Sinclair wrote:
There's a cvs at: :ext:anon-chuck@cvs.cs.princeton.edu:/cvs
How do I checkout from this? I tried (with variations):
cvs -z3 -d:ext:anon-chuck@cvs.cs.princeton.edu:/cvs co chuck
I don't know much about cvs, so it's probably just me missing the obvious...
cvs -z3 -d:ext:anon-chuck@cvs.cs.princeton.edu:/cvs co chuck_dev Steve
silly question, but how do you clone that ? I tried
$ git clone http://repo.or.cz/w/chuck-blob.git
warning: remote HEAD refers to nonexistent ref, unable to checkout.
then I get an empty chuck-blob folder. On Fri, Oct 29, 2010 at 03:26:14PM -0400, Stephen Sinclair wrote:
There's a cvs at:
:ext:anon-chuck@cvs.cs.princeton.edu:/cvs
I was keeping a mirror of it here:
http://repo.or.cz/w/chuck-blob.git
In the branch "upstream". (lately it was out of date but i just updated it and fixed my mirror script when I noticed.)
Steve
On Fri, Oct 29, 2010 at 3:08 PM, Thomas Girod
wrote: hi again.
is there an official online versioning tool used by the devs somewhere ? I see there is http://chuck.sourceforge.net but there seems to be 0 commits.
tom _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On Thu, Nov 4, 2010 at 11:45 AM, Thomas Girod
silly question, but how do you clone that ? I tried
$ git clone http://repo.or.cz/w/chuck-blob.git
warning: remote HEAD refers to nonexistent ref, unable to checkout.
then I get an empty chuck-blob folder.
$ git clone git://repo.or.cz/chuck-blob.git -- Andrew Antle <andrew dot antle at gmail dot com>
participants (4)
-
Andrew Antle
-
Atte André Jensen
-
Stephen Sinclair
-
Thomas Girod