Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In TortoiseSVN, why can't I show the log older than 6 weeks or so?

If I right click on my working folder, and choose TortoiseSVN->Show Log it shows a very useful log of changes that have been made to the repository. However it only shows the last 6 weeks or so. If I try to change the date range it won't let me - clicking on the dates in the calender does nothing and if I edit the date textbox it just changes it back.

like image 890
cbp Avatar asked Mar 13 '14 00:03

cbp


People also ask

What does red exclamation mark mean in TortoiseSVN?

That means the Subversion status is normal. As soon as you start editing a file, the status changes to modified and the icon overlay then changes to a red exclamation mark. That way you can easily see which files were changed since you last updated your working copy and need to be committed.

How do I reset my TortoiseSVN?

If you don't see the TortoiseSVN icons anymore you can restart TSVNCache.exe by navigating to TortoiseSVN's bin directory, e.g. C:\Program Files\TortoiseSVN\bin , and double clicking on it. Note that if you restart it in this way it will be killed when you logout.

How do I update my TortoiseSVN repository?

To update, select the files and/or directories you want, right click and select TortoiseSVN → Update in the explorer context menu. A window will pop up displaying the progress of the update as it runs. Changes done by others will be merged into your files, keeping any changes you may have done to the same files.

Is TortoiseSVN free for commercial use?

TortoiseSVN is an Open Source project developed under the GNU General Public License (GPL). It is free to download and free to use, either personally or commercially, on any number of PCs.


1 Answers

Ah I worked it out - you have to use the button down the bottom of the log dialog window that says "Show Range" or maybe "Show All". If you click the arrow next to the button you can then specify a date range.

The date filters at the top of the dialog box seem to only filter whatever you are currently looking at.

Refer to the screenshot below,

enter image description here

like image 90
cbp Avatar answered Oct 23 '22 18:10

cbp