[JPP-Devel] Problem with SVN

2015-11-01 Thread Giuseppe Aruta
Hi all,
I need a help. Whenever I try to save a modification on OJ_SVN, I have this
error:
Some of selected resources were not committed.
Authentication error.
svn: E170001: Commit failed (details follow):

svn: E170001: Commit failed (details follow):
svn: E170001: MKACTIVITY of
'/p/jump-pilot/code/!svn/act/f1f866c2-5001-0010-b45b-f7eea4b81236': 403
Forbidden (http://svn.code.sf.net)

How can I solve it? Thanks in advance
Peppe
--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] SVN: [4545] core/trunk/scripts/oj_linux.sh

2015-11-01 Thread jump-pilot-svn
Revision: 4545
  http://sourceforge.net/p/jump-pilot/code/4545
Author:   edso
Date: 2015-11-01 16:07:50 + (Sun, 01 Nov 2015)
Log Message:
---
fix bug with installer/starter on MacOS

#Error message
?\226?\128?\148JUMP_HOME?\226?\128?\148
cp:/bin/OpenJUMP.app/Contents: No such file or directory
Missing app folder
usage: dirnaem path

Modified Paths:
--
core/trunk/scripts/oj_linux.sh

Modified: core/trunk/scripts/oj_linux.sh
===
--- core/trunk/scripts/oj_linux.sh  2015-10-18 19:01:24 UTC (rev 4544)
+++ core/trunk/scripts/oj_linux.sh  2015-11-01 16:07:50 UTC (rev 4545)
@@ -92,7 +92,7 @@
   ME=$(readlink -n "$ME")
   relPath "$ME" && ME="$MEBASE/$ME"
 done
-JUMP_HOME=$(dirname $(dirname "$ME"))
+JUMP_HOME=$(dirname "$(dirname "$ME")")
 echo ---JUMP_HOME---
 echo $JUMP_HOME
 


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Problem with SVN

2015-11-01 Thread edgar . soldin
On 01.11.2015 11:12, Giuseppe Aruta wrote:
> Hi all,
> I need a help. Whenever I try to save a modification on OJ_SVN, I have this 
> error:
> Some of selected resources were not committed.
> Authentication error.
> svn: E170001: Commit failed (details follow):
> 
> svn: E170001: Commit failed (details follow):
> svn: E170001: MKACTIVITY of 
> '/p/jump-pilot/code/!svn/act/f1f866c2-5001-0010-b45b-f7eea4b81236': 403 
> Forbidden (http://svn.code.sf.net)
> 
> How can I solve it? Thanks in advance
> Peppe
> 

make sure you access svn authenticated with svn+ssh:// . the above error states 
"(http://svn.code.sf.net)"

if this is the case you might have to wait it out. "403 Forbidden" sometimes 
happens when sf.net svn has an outage.

..ede

--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel