Re: Deleted files breaks svn info -r HEAD output

2025-07-10 Thread Ondra Medek
On Wed, 2 Jul 2025 at 16:31, Johan Corveleyn wrote: > > [ Rearranged into bottom-posting, which is the habit on this list; > please continue with bottom or inline replying ... more below ] > > > > >> Ondra Medek wrote: > > > >> > > > >> >Hello, > > > >> > > > > >> >I have an existing file `exist.t

Re: Deleted files breaks svn info -r HEAD output

2025-07-02 Thread Johan Corveleyn
[ Rearranged into bottom-posting, which is the habit on this list; please continue with bottom or inline replying ... more below ] > > >> Ondra Medek wrote: > > >> > > >> >Hello, > > >> > > > >> >I have an existing file `exist.txt`, nonexistent file `noexist.txt` > > >> >and a file which has been

Re: Deleted files breaks svn info -r HEAD output

2025-06-17 Thread Ondra Medek
IMO it's necessary to distinguish server errors: - "data errors" like files have been deleted. Then issue a warning and continue processing. - and other errors (e.g. internal server error etc.) where processing may stop. Andy On Tue, 17 Jun 2025 at 13:34, Lorenz via users wrote: > > Hi, > > th

Re: Deleted files breaks svn info -r HEAD output

2025-06-17 Thread Lorenz via users
Hi, the non-exiting file case is handled by the client. It generates a warning that the file does not exist in the local database and/or in the file system. I would assume there are different messages for the two cases. in the deleted file case the wrror is generated by the server. The files exis

Re: Deleted files breaks svn info -r HEAD output

2025-06-16 Thread Ondra Medek
Hello Lorenz, `svn info` should handle deleted files the same way as nonexistent files, i.e. print a warning (to stderr) and continue processing the next file (param). So, for nonexistent files, the order of params does not matter, the stdout contains output for existing files and warnings are pri

Re: Deleted files breaks svn info -r HEAD output

2025-06-16 Thread Lorenz via users
Hi, think about it: how would subversion reference a file that no longer exists in the repositiory? Anyways, have a look at https://svnbook.red-bean.com/en/1.6/svn.advanced.pegrevs.html Lorenz -- Ondra Medek wrote: >Hello, > >I have an existing file `exist.txt`, nonexistent file `noexist.txt`

Deleted files breaks svn info -r HEAD output

2025-06-16 Thread Ondra Medek
Hello, I have an existing file `exist.txt`, nonexistent file `noexist.txt` and a file which has been deleted `deteted.txt`. I have a SVN working copy which is at a revision with `deteted.txt` still existing, however, someone else has deleted it in the repository already. I.e. $ ls . deteted.txt e