Rockbox Development > Starting Development and Compiling
SVN Errors Within Cygwin
Kalbintion:
i used to use tortoise SVN, so i may switched to them instead of this slikSVN, ill let you know what i find with that roolku. I did get VMWare working 100% fine though so i have that as a backup just in case (much prefer cygwin due to not having to boot up all the time let alone have it in a constant state of being 'on'). And torne, yes you are right, it isnt built-in. And the program i installed does modify the %PATH% variable but, through a bit of testing, cygwin never actually went through the %PATH% environmental variable set by windows.
GodEater:
What does :
--- Code: ---which svn
--- End code ---
say when you run it from the cygwin prompt?
roolku:
Okay, I think the UNIX/WINDOWS line endings is not an issue here. Looking at the original post the first error is:
--- Quote ---svn: '\cygdrive\g\rockbox' does not exist
--- End quote ---
This is clearly an output from version.sh and the problem is that the argument to it contains backward slashes and not forward slashes.
The argument comes from the make file as $(ROOTDIR)
So Kalbintion, before running make can you check the third line of the Makefile that has been created by running ../tools/configure and tell us what it says? Then we can try and reason how it got there. :)
Navigation
[0] Message Index
[*] Previous page
Go to full version