All of lore.kernel.org
 help / color / mirror / Atom feed
* are the alsa wiki instructions for mercurial correct?
@ 2007-02-22  1:13 John Utz
  2007-02-22  2:20 ` Tobin Davis
  2007-02-22 10:55 ` Takashi Iwai
  0 siblings, 2 replies; 10+ messages in thread
From: John Utz @ 2007-02-22  1:13 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 1177 bytes --]

i executed the following steps from the wiki:

# Get a copy of the repository
cd alsa-hg

hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel

# Get latest

cd alsa-driver
hg pull -u

cd alsa-kernel
hg pull -u

# Create a working copy
hg clone alsa-driver alsa-driver-fixbug1
cd alsa-driver-fixbug1



However, all that i seem to be pulling down is the stub file and not the real iplementations

ie:

[jutz@localhost alsa-hg]$ find . -name ac97_patch.c -exec ls -l {} \;
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:07 ./alsa-driver/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:17 ./alsa-driver-2908/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:13 ./alsa-kernel-2908/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:07 ./alsa-kernel/pci/ac97/ac97_patch.c


these are just the files that include the 'real' implementations:

[jutz@localhost alsa-hg]$ more alsa-driver/pci/ac97/ac97_patch.c
#define __NO_VERSION__
#include "../../alsa-kernel/pci/ac97/ac97_patch.c"


am i doing something wrong or is mercurial missing some stuff?

[-- Attachment #1.2: Type: text/html, Size: 1860 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-02-22 21:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22  1:13 are the alsa wiki instructions for mercurial correct? John Utz
2007-02-22  2:20 ` Tobin Davis
2007-02-22  9:11   ` Ingo Müller
2007-02-22 17:06     ` John Utz
2007-02-22 10:54   ` Takashi Iwai
2007-02-22 17:05   ` John Utz
2007-02-22 10:55 ` Takashi Iwai
2007-02-22 17:08   ` John Utz
2007-02-22 21:37     ` Ingo Müller
2007-02-22 21:53       ` John Utz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.