to give a little background, I need to synchronize between folder X with svnfolder Y. Folder X is the leading one, therefore, after synchronizing folder Y, it contains the exact files / folders in the form of folder X (except for folder Y it contains the folder .svn).
After synchronization, I want to pass Y through the command line. I want all new files to be executed, and all files that have been deleted, as part of the synchronization deleted in the SVN repository.
This can be done easily using the svn tortoise by checking the include unversioned files check box, but I can do this through the command line.
Is there a flag that can be used to force commit (similarly to tortoisesvn), so I donโt need to use the svn add and svn delete commands (since I donโt have a list of files added / deleted you cannot add / remove).
Thanks for the help,
source
share