13.10 install svn error

General discussions
Locked
Hreinsi
Posts: 92
Joined: Mon Oct 25, 2010 10:33 am

13.10 install svn error

Post by Hreinsi »

Checked out revision 1885.
svn: E125002: 'guayadeque' does not appear to be a URL
Hreinsi
Posts: 92
Joined: Mon Oct 25, 2010 10:33 am

13.10 install svn error

Post by Hreinsi »

hreinsijons@hreinsijons:~$ cd
hreinsijons@hreinsijons:~$ svn co https://svn.code.sf.net/p/guayadeque/code/Trunk guayadeque guayadeque
Checked out revision 1885.
svn: E125002: 'guayadeque' does not appear to be a URL
hreinsijons@hreinsijons:~$
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

13.10 install svn error

Post by anonbeat »

jrios@jrolnx:~/Projects$ svn co https://svn.code.sf.net/p/guayadeque/code/Trunk guayadeque1
A guayadeque1/LICENSE
A guayadeque1/buildt
A guayadeque1/Forms
A guayadeque1/Forms/Guayadeque.fbp
...

Here it works fine. Im using svn 1.7.5 from ubuntu raring.

Regards
Hreinsi
Posts: 92
Joined: Mon Oct 25, 2010 10:33 am

13.10 install svn error

Post by Hreinsi »

Always getting this after running svn co https://svn.code.sf.net/p/guayadeque/code/Trunk guayadeque .

Checked out revision 1885.
svn: E125002: 'guayadeque' does not appear to be a URL
root@hreinsijons:~# cd guayadeque
root@hreinsijons:~/guayadeque# /build
bash: /build: No such file or directory
root@hreinsijons:~/guayadeque#
Hreinsi
Posts: 92
Joined: Mon Oct 25, 2010 10:33 am

13.10 install svn error

Post by Hreinsi »

well tryied this not working for me.
A guayadeque1/po/hu/guayadeque.po
A guayadeque1/po/hu/CMakeLists.txt
A guayadeque1/po/CMakeLists.txt
A guayadeque1/po/sk
A guayadeque1/po/sk/guayadeque.po
A guayadeque1/po/sk/CMakeLists.txt
U guayadeque1
Checked out revision 1885.
root@hreinsijons:~# cd guayadeque
root@hreinsijons:~/guayadeque# ./build
bash: ./build: No such file or directory
root@hreinsijons:~/guayadeque# ./build
bash: ./build: No such file or directory
root@hreinsijons:~/guayadeque#
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

13.10 install svn error

Post by anonbeat »

Hreinsi wrote:well tryied this not working for me.
A guayadeque1/po/hu/guayadeque.po
A guayadeque1/po/hu/CMakeLists.txt
A guayadeque1/po/CMakeLists.txt
A guayadeque1/po/sk
A guayadeque1/po/sk/guayadeque.po
A guayadeque1/po/sk/CMakeLists.txt
U guayadeque1
Checked out revision 1885.
root@hreinsijons:~# cd guayadeque
root@hreinsijons:~/guayadeque# ./build
bash: ./build: No such file or directory
root@hreinsijons:~/guayadeque# ./build
bash: ./build: No such file or directory
root@hreinsijons:~/guayadeque#
See that I downloaded it into guayadeque1 folder and not guayadeque because I did not want to mix it with my current guayadeque folder.
Hreinsi
Posts: 92
Joined: Mon Oct 25, 2010 10:33 am

13.10 install svn error

Post by Hreinsi »

Off course it worked my mistake Thx
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

13.10 install svn error

Post by kinggo »

It happened to me. I think that there is one "guayadeque" extra in this line:
svn co https://svn.code.sf.net/p/guayadeque/code/Trunk guayadeque guayadeque
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

13.10 install svn error

Post by anonbeat »

Corrrected it. Thanks
Locked