i registered here because I tried several times to get Tortoise Svn to work without installation. If its installed its no Problem to run "TortoiseProc.exe" without all Dll´s and other Stuff but if Tortoise isn't installed I can't start it. I know thats known but is there a way to fix it without installing Tortoise? Because I need a Svn Client without installation, but not a Commandline Client. The "TortoiseProc.exe" would be perfect for this but this, but it needs a Installation. Probably there are Registry files which are needed? Wouldn't be a Problem to add them but I need to get Tortoise run without action of the End-User of my Program which needs Tortoise to work.
I hope someone can help me with this Problem!
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2639940
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
Since TortoiseSVN is open source, it should be ok to bundle the TSVN
installer into your installer, then your installer can start the TSVN
installer as part of its post-install processing.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640353
TortoiseProc needs the C-runtime libraries to be installed. No way
around that. Sorry.
And if you want the explorer integration, there's absolutely no way
around installing.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640359
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640389
Won't work. The c-runtimes of VS2008 require that they're installed in
the SxS. Just copying them therefore won't work.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640390
Most users are used to running installers and using one has the
advantage that your application gets put in a consistent location
(typically under C:\Program Files) and you can do things like create
short cuts in the Start menu and/or on the desk top.
On Thu, Jul 29, 2010 at 2:59 PM, Wolfgang Voigt <wulfg...@yahoo.de> wrote:
> No, my Program doesn't need any Installer. Its just startable. And i don't need the Explorer integration. Its just that i think the Checkout and Update Dialog is easier to use for Users, a command line Client doesn't have this. And if i copy the Runtime Libary manually into windows folders or where they are needed?
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640727
All this seems like a lot of work. If you want to incorporate svn into your own application why not use the svn libraries and language bindinds for the code language you are using?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2640853