Will TortoieseSVN install without grabbing C: drive space?
29 views
Skip to first unread message
NatItsabogus
unread,
Jun 11, 2018, 6:01:58 AM6/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Having a Windows 10 system on a solid state drive greatly speeds booting and arguably speeds performance. The problem is countless lazy applications just jam themselves onto the C: drive.
Alas, TortoiseSVN appears to offer no install location except on the C: drive. Or did I miss that option?
Nat Itsabogus
Stefan
unread,
Jun 11, 2018, 1:47:55 PM6/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
You can install it manually:
msiexec /i "msi path" TARGETDIR="D:\myfolder" /qb
Naturally its a bogus name
unread,
Jun 11, 2018, 5:04:28 PM6/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN on behalf of Stefan
Thanks! That will work. Wish others offered that option too.