Looking for Pre-compiled RedHat Subversion Checkout Client

ultravista

Joined: 2006-10-08
Posts: 82
Posted: Wed, 2008-04-02 13:58

I am looking for a pre-compiled linux subversion checkout client.

I do not have shell access although I can use PHPTERM to run commands.

Can somone send or point me to a a compiled binary?

Login or register to post comments
alecmyers

Joined: 2006-08-01
Posts: 616
Posted: Wed, 2008-04-02 15:20

It's not really clear what you're looking for. Checkout - as will all Gallery modules and the whole of Gallery - is written in php, which is an interpreted language, so there's no such thing as a compiled binary. You will need to set up your linux box to run a webserver, likely to be Apache, and also php. Then you can download and install Gallery, with the checkout module. There's also no such thing as a Checkout client, as with the whole of Gallery, the client application is any web browser like Firefox, Opera or MS Internet Explorer.

LOL - I've just clocked what you're talking about - I've clearly been working too long on one module!

(clue:Subversion....)

Login or register to post comments
ultravista

Joined: 2006-10-08
Posts: 82
Posted: Wed, 2008-04-02 23:01

Sorry, I am looking for the subversion / SVN client to download nightly updates. I cannot compile a client and need one pre-compiled for Linux.

I only need to "checkout" and not push data.

Login or register to post comments
ultravista

Joined: 2006-10-08
Posts: 82
Posted: Sat, 2008-04-05 15:57

update?

Login or register to post comments
valiant

Joined: 2003-01-04
Posts: 31891
Posted: Sun, 2008-04-06 13:12

not sure if you'll find one. i wouldn't rely on command line tools like SVN if you don't have real command line access anyway. all you have is an emulation of a command line through a webserver script which has probably pretty strict command execution limits (time, memory, cpu).

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

Login or register to post comments
mattdm

Joined: 2005-07-22
Posts: 96
Posted: Sun, 2008-04-20 15:23

It's included with any recent version of Red Hat Enterprise Linux or its relatives -- just install the subversion package. ("yum -y install subversion")

Login or register to post comments
ultravista

Joined: 2006-10-08
Posts: 82
Posted: Fri, 2008-04-25 22:19

I am on a shared plan, don't have access to install / compile the subversion client. I was hoping to find something pre-compiled so I could run it.

Login or register to post comments
mattdm

Joined: 2005-07-22
Posts: 96
Posted: Sat, 2008-04-26 00:59

It's a standard package -- can you get your provider to install it? It seems like they'd prefer to do that than to have you installing and running arbitrary binaries.

Login or register to post comments