Arc Forumnew | comments | leaders | submitlogin
Git and the Anarki Arc repository: a brief guide (arcfn.com)
21 points by kens 5902 days ago | 4 comments


1 point by listic 5900 days ago | link

I downloaded the latest anarki snapshot and run (asv) on Windows. It serves a page, but when I try to login, it prints a warning. Is this ok? How am I supposed to install OpenSSL on Windows?

arc> (asv) ready to serve port 8080 'openssl' is not recognized as an internal or external command, operable program or batch file. make-string: expects argument of type <non-negative exact integer>; given -1

=== context === cut shash good-login gs1189 gs1105 handle-request-thread

-----

2 points by gmoney 5901 days ago | link

How do you pull all updates from the repository ?

-----

2 points by nex3 5901 days ago | link

The first time you clone the repository with "git clone," you'll be fully up-to-date until someone pushed something else. Then you can use "git pull" to grab that.

-----

3 points by kens 5901 days ago | link

Thanks; I've updated my blog posting.

-----