From: Vladimir A. <vl...@gm...> - 2011-09-07 13:24:27
|
On 09/06/2011 11:20 PM, Joe Emenaker wrote: > On 9/6/2011 3:04 PM, Joachim wrote: >> > Hi Joe, >> > >> > according to the CVS-list it worked now. >> > Can you tell us the commands you used? > Well, you're going to be a bit disappointed. > So I was trying to figure out what might be wrong with linux command line and along the way just created branch from needed revision, which you may keep, or may delete and create anew, if my report would help you resolve your problem. When using https access from command line I was getting first prompt for gnome keyring, and then authentication error: -------------------------------------------- Password for '(null)' GNOME keyring: svn: MKACTIVITY of '/svnroot/jsynthlib/!svn/act/7f22cffe-6d97-4efb-8504-4731f86db06f': authorization failed: Could not authenticate to server: rejected Basic challenge (https://jsynthlib.svn.sourceforge.net) -------------------------------------------- Well, I do not have complete gnome installed, so I went to edit ~/.subversion.config and changed this: password-stores = gnome-keyring, kwallet to this: password-stores = kwallet After doing that the following commands first asked me for password to kde password store, then for my SF username and password, and everything worked as expected. Exact commands were (spelling of original, sorry for leaving misspelled messages, I wish there was a spell checker in console): ------------------------------------------------ svn copy https://jsynthlib.svn.sourceforge.net/svnroot/jsynthlib/trunk/JSynthLib https://jsynthlib.svn.sourceforge.net/svnroot/jsynthlib/branches/UIRefactor -r 1051 -m "Refactoring effor by Joe Emenaker" svn del https://jsynthlib.svn.sourceforge.net/svnroot/jsynthlib/branches/UIRefactor-jemenake -m "Branch cretaed from wrong revision, correct revision used for branches/UIRefactor, removing this as unneeded" ------------------------------------------------ -- Vladimir |