TortoiseSVN: Is there a common way to add a link from a commit message to another latch?

I am trying to commit with a message referencing another commit that I made earlier. For example, the message should look like this:

It a bugfix for a problem brought by commit # 865

I’m looking for a way to get “865” displayed as a link to a previous commit, which I can click and view (for example, as it is possible for numbers from the error tracking system integrated with TortoiseSVN).

Is it possible?

+5
source share
2 answers

Yes, you can do this by simply typing the version number that you want to access, for example:

r865

TortoiseSVN 1.7, , .

1.7.

+9

, . "865" , "865" , "865" .

0

All Articles