svn checkout --username hellyj https://www.myroms.org/svn/src/trunk ROMS
svn: E170000: Unrecognized URL scheme for 'https://www.myroms.org/svn/src/trunk'
Any suggestions?
J.
I should have said this is on OSX and it turns out that Apple ships an old, incompatible subversion. Of course, why didn't I think of that. I'm updating in case others have the same problem.
J.
SVN server problem: Can't find anything on this.
Moderators: arango, robertson, rsignell
Re: SVN server problem: Can't find anything on this.
Thanks for the update!
Hernan hates my suggestion of switching to git.
Hernan hates my suggestion of switching to git.
- m.hadfield
- Posts: 521
- Joined: Tue Jul 01, 2003 4:12 am
- Location: NIWA
Re: SVN server problem: Can't find anything on this.
The good new is that (as you know, Kate) all the users can ignore Hernan's choice of repository format and use git svn to clone their own copy.kate wrote:Hernan hates my suggestion of switching to git.
Re: SVN server problem: Can't find anything on this.
Honestly, I've had mixed to bad luck with "git svn" on Linux. I gave up and do that through the Mac.
- m.hadfield
- Posts: 521
- Joined: Tue Jul 01, 2003 4:12 am
- Location: NIWA
Re: SVN server problem: Can't find anything on this.
I've been using Git and Git-SVN on Cygwin, but have now switched to Linux, with good results so far. I'll keep an eye out for problems. I should have though Git was very platform-agnostic.kate wrote:Honestly, I've had mixed to bad luck with "git svn" on Linux. I gave up and do that through the Mac.
Re: SVN server problem: Can't find anything on this.
Git alone is fine, it's the git-svn stuff that's fragile. It's based on some Perl scripts which may or may not be part of your svn install. For me on Linux, it was working OK for the download, then would randomly fail on upload. When we got a new supercomputer, it didn't have the Perl scripts and the supercomputer staff is now less able to keep up with the software stack after budget tightening.
- m.hadfield
- Posts: 521
- Joined: Tue Jul 01, 2003 4:12 am
- Location: NIWA
Re: SVN server problem: Can't find anything on this.
OK, so an all-Git ROMS would be better for people like us. And for everyone after the transition period.