How to use SVN find the code submissions over a period of time

I. INTRODUCTION
In actual use SVN, we always encounter a variety of problems. For example, today I ran into a problem:

As shown below:
backbone of our development projects began to develop a new feature from point A to point B result feels a bit more than this function, you need to pull a single branch out to do, this time to clean the trunk code, we will be trunk rollback code to point a, and then pulled out of a branch.
At this point the question is, we want to find the code A to point B submitted as soon as possible and submit on the branch, how should we do?

 

 

 

This is a problem at work can often encounter, do not want our own to find their own code to modify a file and then copy a file out of it?

The answer of course is not needed, because we have TortoiseSVN :)

Second, problem solving
1. We Right project folder, enter the show log window:

 

 

 

2. As shown above, we submit the record (that is, 4138,4139,4140 section) Shift the show log window, left-click more, then we can see a list of the following documents, which is recorded in these modified files, we in the file list, click Ctrl + A to select all files

Right, you can choose Export

 

 

 

4. We have now got the code to modify the exported file, these files are in strict accordance with the actual project code directory structure, so we just need to copy the folder to the existing branch project recorded paste can be replaced

Third, the summary
this is a very small way of working efficiency can be improved in this for everyone to share, hope this can help
:) ----------------

Original Source: https://blog.csdn.net/u012814856/article/details/79077452

Guess you like

Origin www.cnblogs.com/sucretan2010/p/12311038.html