Re: svn status and info slowness when multiple files are passed as args

2019-06-27 Thread Thuan Seah Tan
the project root from domain name to explicit IPv4 also helped. On Fri, Jun 28, 2019 at 4:37 AM Johan Corveleyn wrote: > On Wed, Jun 26, 2019 at 9:33 AM Thuan Seah Tan wrote: > > > > Apologies for the delay on this issue. I did more testing and the > following was my findings

Re: svn status and info slowness when multiple files are passed as args

2019-06-26 Thread Thuan Seah Tan
at's up to the router's configuration? When checking out files, is there something added to the .svn folder that retains the knowledge of whether a file was checked out using ipv4 or server name? On Fri, Jun 14, 2019 at 12:13 AM Johan Corveleyn wrote: > On Thu, Jun 13, 2019 at

Re: svn status and info slowness when multiple files are passed as args

2019-06-13 Thread Thuan Seah Tan
svn://localhost". On Wed, Jun 5, 2019 at 8:05 PM Johan Corveleyn wrote: > On Wed, Jun 5, 2019 at 4:15 AM Thuan Seah Tan wrote: > > > > Thanks for the response. I did more testing on the 1.12.0 server, and it > seems it's only those command options that I think would r

Re: svn status and info slowness when multiple files are passed as args

2019-06-04 Thread Thuan Seah Tan
te: > On Tue, Jun 4, 2019 at 7:35 AM Thuan Seah Tan wrote: > > > > Wondering if anyone has experienced slowness when running commandline > svn if multiple files are passed to svn status or svn info? > > > > For example: > > svn status directory/file1.txt d

svn status and info slowness when multiple files are passed as args

2019-06-03 Thread Thuan Seah Tan
Wondering if anyone has experienced slowness when running commandline svn if multiple files are passed to svn status or svn info? For example: svn status directory/file1.txt directory/file2.txt directory/file3.txt In my tests, the output is generated at about the rate of 1 file per second when do

Garbage path in error message

2012-07-02 Thread Thuan Seah Tan
Hi guys, I am trying to debug this weird error that is coming from calling svn_client_status5. I am using Qt and I am converting my file path to ascii and passing the const char* to svn_client_status5 function. For those who know Qt, QByteArray dummyByteArray; foreach( const QString& file

Proper source/way to integration Subversion for Win32 app and MacOSX

2012-06-07 Thread Thuan Seah Tan
Hi guys, I have been googling and couldn't seem to find anything that demonstrate how does one obtain the subversion api required to provide subversion integration in one's software. So far I have go things up and running for windows by locating myself a copy of precompiled libs and headers for

repeated calls to svn_client_status5 seems to hang

2012-06-07 Thread Thuan Seah Tan
Hi all, I have yet another question about subversion if people don't mind. I have been using svn_client_status5 to get the status of the file after each action (i.e. revert, delete, add, etc) it seems to work fine most of the time. However, if I were to set the update flag (i.e. to contact repo

RE: Status after svn_client_move6

2012-06-07 Thread Thuan Seah Tan
Thanks for all the replies. Looks like my best bet would be to do the status check at a later stage and revert if necessary. Thuan -Original Message- From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Thursday, June 07, 2012 7:28 PM To: 'Stefan Sperling'; 'Thuan Seah

Status after svn_client_move6

2012-06-07 Thread Thuan Seah Tan
Hi all, I am new to subversion and subversion api, and I have a question which I hope someone can point me in the right direction. I am trying to do a subversion integration in the tool I am working on, and to rename a file, I believe I need to call the svn_client_move6 function. That's all goo

Equivalent of a check out by others?

2012-05-17 Thread Thuan Seah Tan
Hi everyone, I am new to Subversion and currently I am working on Subversion integration for the software that I am working on. I have experience with source control system such as Perforce, and from what I can tell so far, it seems Subversion does not have the equivalent of the checkout for e