Re: Searching for a C++ API

2018-03-20 Thread R developer
o Čibej [mailto:br...@apache.org] > > Sent: maandag 29 januari 2018 13:54 > > To: users@subversion.apache.org > > Subject: Re: Searching for a C++ API > > > > On 29.01.2018 11:45, R developer wrote: > > > Hello all, > > > > > > I have been in

Re: ... is already a working copy for a different url

2018-02-02 Thread R developer
You might be looking for the relocate command, execute it on the current working copy and tell it which server folder it should be: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html Doing svn info . Shows the current server url, might be wise to check if that is what you think it is

Re: Searching for a C++ API

2018-01-30 Thread R developer
2018-01-29 13:54 GMT+01:00 Branko Čibej : > On 29.01.2018 11:45, R developer wrote: > > Hello all, > > > > I have been involved in writing a closed source application that among > > other things maintains a checkout from an SVN repository, the > > application u

Searching for a C++ API

2018-01-29 Thread R developer
Hello all, I have been involved in writing a closed source application that among other things maintains a checkout from an SVN repository, the application used to be written in C# so at the moment we are used to SharpSvn. Recently the decision was made to incorporate the functionality into a mobi