Folks,
while working on SCM-859 I have found some oddities on Subversion 1.9.7
and 1.10.2.
Here are some examples for me which shall not be marked as an error or
the documentation does not mention @REV/@PEG at all:
> PS D:\Entwicklung\Projekte\toll_at_repo@test> svn info
> Path: .
> Working Copy Root Path: D:\Entwicklung\Projekte\toll_at_repo@test
> URL: file:///D:/Entwicklung/Projekte/toll_at_repo
> Relative URL: ^/
> Repository Root: file:///D:/Entwicklung/Projekte/toll_at_repo
> Repository UUID: 93f9f50a-2bc4-b345-885e-ec2050f72365
> Revision: 9
> Node Kind: directory
> Schedule: normal
> Last Changed Author: mosipov
> Last Changed Rev: 9
> Last Changed Date: 2018-09-09 12:06:38 +0200 (So, 09 Sep 2018)
>
> PS D:\Entwicklung\Projekte\toll_at_repo@test> svn mkdir --parents
file:///D:/Entwicklung/Projekte/toll_at_repo/non/existent_at_4 -m "dir"
> svn: E200009:
'file:///D:/Entwicklung/Projekte/toll_at_repo/non/existent_at_4': a peg
revision is not allowed here
>
> PS D:\Entwicklung\Projekte\toll_at_repo@test> svn export
file:///D:/Entwicklung/Projekte/toll_at_repo@ ../ex_at_23
> svn: E200009: '../ex_at_23': a peg revision is not allowed here
This list is not exhaustive, but merely an example of what is wrong. I
simply don't expect any PEG parsing here at all.
Any thoughts?
Michael
Received on 2018-09-09 12:46:46 CEST