0
votes

I have access to an SVN repository that allows public reading via one URL, and private committing via another. Is there any way to use the corresponding URLs locally? I don't want to save or enter credentials just for updating, but I'm happy to type them in when committing.

I'm using TortoiseSVN if it matters, in case there's a specific solution for that.

(Git can do this via having different "Push URLs" from the normal URL.)

1
I do not understand what "Is there any way to use the corresponding URLs locally" means. Could you please provide more information or reword the question?bahrep

1 Answers

1
votes

Subversion does not support this. Your working copy is linked to a single URL only.