0

I'm looking for a parameter of the commit command to send all files (modified, deleted, versioned, etc...). For example, I have a file that was deleted, when I execute the command "commit PATH -m "Commit of %date%" " nothing happened because the file is unceck when we try to commit manually...

Is there a solution for me ?

I tried arguments of commit command like --no-unlock --target etc...

bahrep
  • 29,961
  • 12
  • 103
  • 150
  • When you just delete a file that file is not deleted by svn standards. It's "[missing](https://stackoverflow.com/a/25492747/395718)" instead. – Dialecticus Jan 17 '23 at 14:28
  • Sure, but how to commit this missing file like a deleted file ? It's possible when we commit manualy to include missing files but how to do that with command ? – Kevin_GCE Jan 20 '23 at 09:40
  • Follow the link I provided, and maybe you will find a satisfactory answer. There is no one command from svn. Svn does not care. You have to make a script, and then call it. – Dialecticus Jan 20 '23 at 09:45

0 Answers0