The International Simutrans Forum

Community => Simutrans Help Center => Topic started by: gauthier on April 17, 2017, 05:44:54 PM

Title: [SOLVED] Cannot commit a pakset with SVN (E170001)
Post by: gauthier on April 17, 2017, 05:44:54 PM
Struggling on this for an hour now:

Checking out and updating of paksets'code from sourceforce works well. When commiting I get the E170001 error. I tried removing ~/.subversion/auth as advised somewhere and svn should have prompted me for my credentials but it did not and I still get this error. Even specifying them through the commit command line does not work.

Quotesvn commit -m "pak128: blah blah" --username empounet --password ***********
svn: E170001: Échec de la propagation (commit), détails :
svn: E170001: Authorization failed
Title: Re: Cannot commit a pakset with SVN (E170001)
Post by: prissi on April 18, 2017, 07:56:40 AM
Can you log onto sourceforge. It may be that SF wants you to confirm your identity by logging on from time to time?
Title: Re: Cannot commit a pakset with SVN (E170001)
Post by: gauthier on April 18, 2017, 05:56:09 PM
I tried it, logging in worked fine. Also I just commited from my old computer (windows 7) and it worked fine too. The problem comes from the svn installation on this computer (linux)  :-[
Title: Re: Cannot commit a pakset with SVN (E170001)
Post by: An_dz on April 19, 2017, 01:00:09 AM
Run svn info and make sure the repo root url is https://svn.code.sf.net/p/simutrans/code

If not, relocate.
Title: Re: Cannot commit a pakset with SVN (E170001)
Post by: prissi on April 19, 2017, 01:19:28 AM
And maybe also update svn to a more recent version since support for old svn versions is removed from time to time.

So if it is debian/ubuntu try "sudo apt-get update" and then "sudo apt-get upgrade"
Title: Re: Cannot commit a pakset with SVN (E170001)
Post by: gauthier on April 19, 2017, 08:17:02 PM
@An_dz:
QuoteRacine du dépôt : svn://svn.code.sf.net/p/simutrans/code

@prissi:
Quotesvn, version 1.9.3 (r1718519)

I ran the two update commands, svn version stayed 1.9.3 and commit still does not work :(

EDIT: tried svn cleanup with no success.

EDIT2: did not see the "https" instead of "svn" in your link ... relocated and worked. Thanks !