Home
Forums
Library
Links
Bounties
Login Block
Nickname
Password
Lost Password?
Don't have an account?
Register now!
Search
Advanced Search
Forum Index
»
User Forums
»
Applications
subversion problem with Morphos 2
weiseb
# 1
Order of the Butterfly
Posts: 210 from 2003/3/29
I get the following error when i try to checkin
svn: Commit failed (details follow):
svn: system('golded:golded svn-commit.2.tmp') returned 32512
golded:golded is where $EDITOR points to.
I tried Unix style path to golded
and even copied ed into /usr/bin/ and set
$EDITOR accordingly
This does work on my Morphos 1.4 partition
Any Ideas (appart from using svn ci -m...)
»
02.11.08
-
10:04
tokai
# 2
Paladin of the Pegasos
Posts: 1289 from 2003/2/25
From: binaryriot
I use 'nano' which works like a charm. AFAIR nano is also what the MorphOS subversion port uses per default.
primate.gif
binaryriot
.de
|
tokai.
binaryriot
.org
primate.gif
»
02.11.08
-
10:23
weiseb
# 3
Order of the Butterfly
Posts: 210 from 2003/3/29
@tokai
thanks your answer it showed me that it does work somehow
I was able to solve my problem but I am still not sure if its a misconfiguration on my side or not.
c: is part of the path
bin: was added to c with assign... add
from cli this is enough to execute stuff in bin:
for svn I had to add bin: to the path
»
03.11.08
-
19:47