[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is there a way to get the TSVNStatus from a file without using the Tortoise Libraries?

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Tue, 29 Jul 2008 12:46:17 +0100

2008/7/29 Kln <florian.falk_at_gmx.de>:
> Thanks for your Reply.
>
> This is not really easy because if you install TortoiseSVN without
> subversion you don't have a svn.exe. And most of my users do it in
> exactly this way.

If they need svn to run your program then they will have to install
it. If you don't like that then eitherwrite your own program which
links to the subversion C libraries directly, or use the other
language bindings (python, perl, etc.)

> (It's also not really easy to get a SVN 1.5.1 Binary
> for a normal user. The official download links lead only to version
> 1.5.0 of the win32 svn binaries while Tortoise has already 1.5.1
> included in its package.) :(

Did you even read the big red and yellow box which says that binary
distributions come out about a week after the source release? SVN
1.5.1 was released last Friday. You want us to modify TortoiseSVN and
make a new release because you can't wait a couple of days for the SVN
binaries? In any case, 1.5.0 is compatible, it is just missing the
latest bug fixes.

> On 29 Jul., 10:29, "Simon Berry" <Simon.Be..._at_andromeda.uk.com> wrote:
>> > I already use the command line client(TortoiseProc) to control update,
>> > commit and other commands. But there is no way to get the file status
>> > out of it(at least no way i know).
>>
>> I think he was referring to the *svn* client
>> (http://subversion.tigris.org/) rather than the *TortoiseSVN* client
>> (http://tortoisesvn.tigris.org/) .
>>
>> With the svn binaries the following command will give you the status of
>> any file :
>>
>> 'svn status <filename>'
>>
>> > I would be really thankfull if someone could tell me a way to get the
>> > status in a version independent way.

That is a version-independent way, provided svn.exe is the same minor
version number as TortoiseSVN, i.e. 1.5.x.

Simon

-- 
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-29 13:46:27 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.