Re: svn status merges intersected external records into single row

2017-07-02 Thread Andry
Hello Daniel, Sunday, July 2, 2017, 7:08:00 AM, you wrote: DS> Andry wrote on Sat, 01 Jul 2017 21:45 +0300: >> Hello Johan, >> >> Friday, June 30, 2017, 11:20:11 PM, you wrote: >> >> JC> Andrey, you might be able to parse the externals from the "Performing >> JC> status on external ..." lines a

Re: svn status merges intersected external records into single row

2017-07-01 Thread Daniel Shahaf
Andry wrote on Sat, 01 Jul 2017 21:45 +0300: > Hello Johan, > > Friday, June 30, 2017, 11:20:11 PM, you wrote: > > JC> Andrey, you might be able to parse the externals from the "Performing > JC> status on external ..." lines as a workaround. > It would be excessive that way. Better just to read t

Re: svn status merges intersected external records into single row

2017-07-01 Thread Andry
Hello Johan, Friday, June 30, 2017, 11:20:11 PM, you wrote: JC> Andrey, you might be able to parse the externals from the "Performing JC> status on external ..." lines as a workaround. It would be excessive that way. Better just to read the EXTERNALS table from the wc.db directly. -- Best regar

Re: svn status merges intersected external records into single row

2017-06-30 Thread Johan Corveleyn
On Fri, Jun 30, 2017 at 7:52 AM, Johan Corveleyn wrote: > On Fri, Jun 30, 2017 at 4:12 AM, Daniel Shahaf > wrote: >> Johan Corveleyn wrote on Fri, 30 Jun 2017 00:06 +0200: >>> Summarized, you're saying that with this svn:externals definition: >>> >>> ^/dir1/dir1_subdir1 ext/dir1_subdir1 >>>

Re: svn status merges intersected external records into single row

2017-06-29 Thread Johan Corveleyn
On Fri, Jun 30, 2017 at 4:12 AM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Fri, 30 Jun 2017 00:06 +0200: >> Summarized, you're saying that with this svn:externals definition: >> >> ^/dir1/dir1_subdir1 ext/dir1_subdir1 >> ^/dir1/dir1_subdir2 ext/dir1_subdir2 >> >> (with ext being an u

Re: svn status merges intersected external records into single row

2017-06-29 Thread Daniel Shahaf
Johan Corveleyn wrote on Fri, 30 Jun 2017 00:06 +0200: > Summarized, you're saying that with this svn:externals definition: > > ^/dir1/dir1_subdir1 ext/dir1_subdir1 > ^/dir1/dir1_subdir2 ext/dir1_subdir2 > > (with ext being an unversioned intermediate directory) > running 'svn status' onl

Re: svn status merges intersected external records into single row

2017-06-29 Thread Johan Corveleyn
On Tue, Jun 13, 2017 at 3:47 PM, Andrey wrote: > Here is the batch script for the windows: > > ``` > @echo off > > set REPODIR=test_repo > set "REPOROOT=%~dp0%REPODIR%" > set "REPOURL=file:///%REPOROOT:\=/%" > set WCROOT=%REPODIR%_root > > if exist "%REPOROOT%\" rmdir /S /Q "%REPOROOT%" > if exist

svn status merges intersected external records into single row

2017-06-13 Thread Andrey
Here is the batch script for the windows: ``` @echo off set REPODIR=test_repo set "REPOROOT=%~dp0%REPODIR%" set "REPOURL=file:///%REPOROOT:\=/%" set WCROOT=%REPODIR%_root if exist "%REPOROOT%\" rmdir /S /Q "%REPOROOT%" if exist "%WCROOT%\" rmdir /S /Q "%WCROOT%" mkdir "%REPOROOT%" svnadmin cre