I use Tortoise SN to manage my SVN files All this works very well, but I have to manually add the SVN manually before I commit them.
In 99% of cases that really wanted, but now I have a folder in which the logfile should be stored in SVN, but they are very dynamic to add all manually.
So what do I need to do is to just compress the folder and all new files are automatically added and then committed.
I have seen a solution here, but not with TortoiseSVN. In the TortoiseSVN commit dialog, select the "Show unblocked files" checkbox and then select "All Select / Uncheck "check Now all your inconvenient files have been added. This closest you can come in "Automatic" in TorsoiseSVN.
Edit
Wait a moment, in fact TortoiseSVN is in. You can add a "start committed hook" that runs svn add * in the desired folder.
Comments
Post a Comment