Create a patch with Tortoise SVN
I'm new on Tortoise SVN so maybe this ques开发者_JS百科tion could seem silly...
Is there a way to create a "real" patch with Tortoise SVN?I mean, I'd wish to export only latest files, so I can upload only them, instead of uploading everything every time.
How can I do that?
In TortoiseSVN, follow these steps
- Context menu -> Show log
- Select 2 revisions (using Ctrl+Click)
- Right click -> Compare revisions
- TortoiseSVN will display all related files for these 2 revisions
- Select the files you want, right click -> Export selection to
To create a patch file, right-click on the versioned folder, go the TortoiseSVN context menu and select "Create patch"
ok, i found how can i do that:
http://www.electrictoolbox.com/subversion-export-changed-files-cli/
精彩评论