Page 1 of 1
TortoiseSVN tells URL 'svn://svn.code.sf.net/p/zeoslib/code-0/trunk%20zeoslib-code-0' doesn't exists
Posted: 29.04.2021, 19:06
by louis
Hello,
like subject. I get the URL from
https://sourceforge.net/p/zeoslib/code- ... ree/trunk/
Only I have this result if try checkout with TortoiseSVN?
Thanks.
Re: TortoiseSVN tells URL 'svn://svn.code.sf.net/p/zeoslib/code-0/trunk%20zeoslib-code-0' doesn't exists
Posted: 30.04.2021, 08:33
by marsupilami
Hello Louis,
'svn://svn.code.sf.net/p/zeoslib/code-0/trunk%20zeoslib-code-0'
This URL really doesn't exist. I assume, the 'zeoslib-code-0' part is from the target. With TortoiseSVN please use 'svn://svn.code.sf.net/p/zeoslib/code-0/trunk'.
If you are more into GIT, there is an unofficial GIT repo at
https://github.com/marsupilami79/zeoslib. It gets updated every night.
Best regards,
Jan
Re: TortoiseSVN tells URL 'svn://svn.code.sf.net/p/zeoslib/code-0/trunk%20zeoslib-code-0' doesn't exists
Posted: 30.04.2021, 11:43
by louis
marsupilami wrote: ↑30.04.2021, 08:33
With TortoiseSVN please use 'svn://svn.code.sf.net/p/zeoslib/code-0/trunk'.
This works.
Thanks