Arc Forumnew | comments | leaders | submit | tc-rucho's commentslogin

Hg/Git FTW ;)

-----

1 point by tc-rucho 5768 days ago | link | parent | on: Versioning for arc3.tar file

I agree. It would be way better if some (distributed) version control system is used instead of unversioned tarballs. I don't know if PG doesn't like the idea of version controlor just doesn't know how to use any. If it's the second case, then I suggest giving Mercurial a try. It's pretty simple, stable, almost as fast as git, it has good documentation and superb multiplatform support. How to host a mercurial repository?

> cd arc; hg serve &

done!

Else, google code. Want some tutoria/book? http://hgbook.red-bean.com/read/

-----

2 points by tc-rucho 5787 days ago | link | parent | on: Arc Logo

Lol, that's what it looked like to me at first sight too.

-----

1 point by tc-rucho 5787 days ago | link | parent | on: Step Three of Installing Arc

So, did you solve it or still with problems? It looks like you don't have mzscheme in your PATH.

-----

1 point by noodle 5787 days ago | link

still have problems. it is in PATH, afaik. and i get the exact same error trying to execute from where its installed.

-----

1 point by shader 5787 days ago | link

The error message looks funny. Did you add the path yourself? What does your path variable look like?

It may be that you added the path including the file, when you're only supposed to include the directory.

-----

1 point by noodle 5786 days ago | link

everything i've done so far is all done from the installer. no hands-on anything.

-----