Click to See Complete Forum and Search --> : very simple bitkeeper question


xtex
09-25-2003, 07:23 PM
i installed bitkeeper , did the first few tutorial steps, then i run this command in console

bk clone bk://linux.bkbits.net/linux-2.4

and it gives me this

lone bk://linux.bkbits.net/linux-2.4
-> file://usr/src/linux-2.4
linux-2.4: No such file or directory


any ideas?

ps i got the idea to clone that link from
http://www.linuxchix.org/content/courses/kernel_hacking/lesson1

mdwatts
09-26-2003, 04:35 PM
Do you have the kernel-source installed as it should be in

/usr/src/linux-#.#.# (the kernel version)

with a symlink pointing to

/usr/src/linux

To check

ls -al /usr/src

and look for linux-#.#.# and linux.

If the kernel-source is installed, try replacing

bk clone bk://linux.bkbits.net/linux-2.4

with the actual kernel version

bk clone bk://linux.bkbits.net/linux-#.#.#

Of course change #.#.# to the correct version.