On Wednesday, September 26, 2018 at 4:45:33 PM UTC+2, Jörg Weisbrod wrote: > > According to the About Dialog of my installed version of TortoiseSVN, I > use version: > TortoiseSVN 1.10.1, Build 28295 - 64 Bit , 2018/07/15 12:14:12 > > This is linked with and uses the Subversion version: > Subversion 1.10.2, -release > > 1. Is it possible, to integrate/use/call only the (GUI-less!?) Subversion > libraries (which offer the plain features as exported functions) into an > own commercial software (without having to install TortoiseSVN which > integrates into the file explorer)? >
Yes, that's possible. But not recommended. Because the svn dll we build for TSVN does not guarantee the order of the exported functions nor does it guarantee that the functions stay the same. I would suggest you build your own svn dll(s). To do that, you can either look at our build sources or just use the build instructions of the svn project. > 2. If yes, do we need a licence for this? > if you use the svn dll that comes with TSVN, you might have to follow the GPL. If you build your own svn dll(s), then you don't need a license because svn is licensed under the Apache license. > 3. If yes, is there a licence fee? > No. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/af5e56ba-e600-4e02-af9e-31e3affc4ab1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
