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
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
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
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
>>>
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
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
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
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