On Tue, Apr 17, 2012 at 10:44, Harlan Ray Mosley <hmosley_at_e-mds.com> wrote:
> My original post asked about interfacing from TestComplete. I have
> since found other users who were previously successful using some 3rd
> party MSSCCI compliant client. However, one of them said "I am
> skeptical that the 3rd party can interact with SVN 1.7 since the way
> the local copy is stored has changed."
>
> Could this be a root coause of our issues, or should the 3rd party
> need to change? It seems like the 3rd party should just have to deal
> with MSSCCI issues, and not be concerned with how the working copy is stored.
You should ask the third party how they handle 1.7 working copies. Or
just try it and see.
If they interface by invoking svn.exe and parsing its output, they're
probably OK, provided the svn.exe they find matches the working copy
version.
If they interface by using the subversion libraries, they're probably
OK, provided the subversion libraries they're linked with matches the
working copy version.
If they do either of these but the versions do not match, it will not work.
If they do anything else, all bets are off.
Dale McCoy
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2949198
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-04-17 20:01:49 CEST