On Mon, Jul 28, 2008 at 11:27, Kln <florian.falk_at_gmx.de> wrote:
> Hi,
>
> i wrote a program that uses the command line to control Tortoise
> commands like checkout, update... and so on.
>
> I also mirrored the file-status tree-view of the windows explorer in
> my program. Just a little bit easier. I just wanted to show the
> statuses "unchanged" and "changed" and give the user the posibility to
> use "update" and "commit" over my project interface.
>
> Previously i used the exported interfaces of the libraries included in
> the Tortoise Sourcecode(encapsulated in the class TSVNStatus). Now,
> after Version 1.5.1 it doesn't works anymore(one of the dozens of
> needed libraries does not work anymore. I get the error "At least one
> required implicit or forwarded dependency was not found.").
>
> I'm searching now for an easy possibility to ask an version
> independent Tortoise Interface or even Tortoise over the command line
> what status a file has. Does someone know if there is a way to do
> that?
If you're doing any scripting and/or automating which needs to parse
output, you should be using the Win32 command-line client, not a GUI
client. Or using the language bindings/APIs offered for COM, Python,
Perl, Ruby, etc. if that's more your taste.
---------------------------------------------------------------------
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-28 17:45:07 CEST