Hi Hartmut, thanks for your quick response! Your solution works fine for me, thank you.
Regards, Marvin H. Niemann schrieb am Dienstag, 16. November 2021 um 08:49:34 UTC+1: > Hi! > > > > There are command line tools included with the TSVN installer (you may or > may not have installed them), and with those > > this is really just a one-line batch > > svn commit . -m “automatic commit” > > should do the job (not tested) without asking questions. > > > > Hartmut > > > > *Von:* marvin joest über TortoiseSVN <[email protected]> > *Gesendet:* Dienstag, 16. November 2021 08:39 > *An:* TortoiseSVN <[email protected]> > *Betreff:* automatic commit with Tortoise SVN > > > > Hello everybody, > > > > I am currently starting to work on my master thesis and would like to use > SVN to automatically save my work. I am currently using SVN for other files > (with manual commit) and it is all working as it should. > > In the manual I already found instructions on how to automate the > commiting by executing a batch file with following code line > > > > TortoiseProc.exe /command:commit /path:"mypath" /closeonend:3 > > > > but with this line of code there is only the commit dialogue opening. > > I would like to have a automated routine which commits a few files (mainly > a docx file) without a need to confirm it over the dialogue. > > > > Is there a way of programming this in a batch file or is this not possible > with Tortoise SVN? > > > > Thanks for your help. > > > > Regards Marvin > > -- > You received this message because you are subscribed to the Google Groups > "TortoiseSVN" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tortoisesvn/f8651a08-1479-43a3-9425-e98dbbe6ca62n%40googlegroups.com > > <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Ftortoisesvn%2Ff8651a08-1479-43a3-9425-e98dbbe6ca62n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Chartmut.niemann%40siemens.com%7Cc111fc79df8e44ea62ce08d9a8d41f1f%7C38ae3bcd95794fd4addab42e1495d55a%7C1%7C0%7C637726452326651674%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=I1TId%2FndC4NdTCndZxSgWyWEqr9FoLj5ibVyEsEV9RM%3D&reserved=0> > . > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/76bea837-5bfc-4699-b82f-a6a4e39a2870n%40googlegroups.com.
