Re: Restoring svn database

2021-03-09 Thread Daniel Shahaf
Jean-Baptiste DUBOIS wrote on Tue, Mar 09, 2021 at 12:02:51 +: > I have one last question regarding how svn tags are managed internally in > fsfs. > Is svn tag considered as a PLAIN data independant of previous revs or not ? As far as FSFS is concerned, there's no such thing as a tag. What

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-09 Thread Lorenz
Nico Kadel-Garcia wrote: >He's asking for a "pre-commit" hook. Piping little wrappers into your >local environment doesn't scale, doesn't automate, doesn't prevent >someone else using "TortoiseSVN" from overriding the desired filter, >etc., etc. > >There are many Google accessible answers, but

RE: Restoring svn database

2021-03-09 Thread Jean-Baptiste DUBOIS
Hi Daniel, Thank you for you explanation. I wrote a data extractor python script that call 'svnlook changed' and 'svnlook cat' on valid revs files. I sucessfully get back all data that do not depends on previous commits lost. Thank you for your help. I have one last question regarding how svn

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2021 at 2:57 AM Kenneth Porter wrote: > > --On Monday, March 08, 2021 8:21 PM -0400 Phani Teja > wrote: > > > Hello i need help regarding SVN , how can i prevent if people do not enter > > with Letter DE followed by 3 or 4 number (e.g DE123 or DE1234) in svn log > > message while

Re: How to Prevent SVN commits if the Valid number is not entered

2021-03-09 Thread Nico Kadel-Garcia
On Mon, Mar 8, 2021 at 10:03 PM Kenneth Porter wrote: > > --On Monday, March 08, 2021 9:29 PM -0500 Nico Kadel-Garcia > wrote: > > > He's asking for a "pre-commit" hook. Piping little wrappers into your > > local environment doesn't scale, doesn't automate, doesn't prevent > > someone else using