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

2021-03-10 Thread Lorenz
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 doing commit.below is the configurating i have in my >pre-commit bat file.Any help or lead would be highly apprecia

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 per

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 d

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

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

2021-03-08 Thread Kenneth Porter
--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 "TortoiseSVN" from overriding the desired filter, etc., etc. I assume

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

2021-03-08 Thread Nico Kadel-Garcia
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 perhaps our hero can start with a c

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

2021-03-08 Thread Kenneth Porter
--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 doing commit.below is the configurating i have in my pre-commit bat fil

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

2021-03-08 Thread Phani Teja
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 doing commit.below is the configurating i have in my pre-commit bat file.Any help or lead would be highly appreciated. @echo off :: ::