improvement: add repo path to dialogs

33 views
Skip to first unread message

Tobias Knauss

unread,
Jan 23, 2018, 3:34:13 AM1/23/18
to TortoiseSVN
Many dialogs (update, commit) only specifiy the local folder in their title and/or log text. E.g. update dialog:
Update
D:\sw_development\DI
...
At revision: 1165
D:\sw_development\swcore
...
At revision: 1560

It would be nice to have more info, like
Update
D:\sw_development\DI  from http://server-name/svn/repo1-name
...
At revision: 1165
D:\sw_development\swcore  from http://server-name/svn/repo2-name
...
At revision: 1560

Best regards
Tobias

Stefan

unread,
Jan 29, 2018, 3:49:31 PM1/29/18
to TortoiseSVN

While this is a good idea, this won't be as easy as it might look.
For example, if you select 50 individual files for update/commit, you get an entry for each one of those.
If all those show the url, the progress dialog would look just plain overcrowded.
Also it would not show the correct url in case of redirects.
 

Stefan

unread,
Jan 30, 2018, 4:04:05 PM1/30/18
to TortoiseSVN
Done in r28090

Tobias Knauss

unread,
Jun 6, 2018, 5:47:38 AM6/6/18
to torto...@googlegroups.com


Am Dienstag, 30. Januar 2018 22:04:05 UTC+1 schrieb Stefan:
Done in r28090


It's working if only one repo is used:
----------
Command: Update from http://abcd.efgh.org/svn/swcore/tags 
Updating: D:\sw_development\swcore_tags 
Completed: At revision: 1896 
----------

But if multiple repos are used, it's not working anymore:
----------
Update from
D:\sw_development\swcore_tags
At revision: 1896
D:\sw_development\swcore_trunk
At revision: 1896
----------

I had thought of something like:
----------
Update from http://abcd.efgh.org/svn/swcore/tags 
D:\sw_development\swcore_tags
At revision: 1896

D:\sw_development\swcore_trunk
At revision: 1896
----------

Stefan

unread,
Jun 6, 2018, 1:46:46 PM6/6/18
to TortoiseSVN
fixed in r28247.

Stefan
Reply all
Reply to author
Forward
0 new messages