Re: How to synchronize local svn with official svn?

2008-08-09 Thread Colin D Bennett
On Sun, 10 Aug 2008 09:42:39 +0800 "y.volta" <[EMAIL PROTECTED]> wrote: > hi all, > > I have a question about using svn: how can i synchronize the > local copy with the local svn and official svn? for examle: > > 1. i checkout the official grub2 from SA > (svn://svn.sv.gnu.org/grub/trunk

Re: How to synchronize local svn with official svn?

2008-08-09 Thread David Fries
On Sun, Aug 10, 2008 at 09:42:39AM +0800, y.volta wrote: > hi all, > > I have a question about using svn: how can i synchronize the > local copy with the local svn and official svn? I've solved that problem by using a different source control tool for the local repository. Currently I'm

How to synchronize local svn with official svn?

2008-08-09 Thread y.volta
hi all, I have a question about using svn: how can i synchronize the local copy with the local svn and official svn? for examle: 1. i checkout the official grub2 from SA (svn://svn.sv.gnu.org/grub/trunk/grub2) to LD (/home/grub2); 2. and then, i create a local site to host the gru

Re: Crypto Patch: Legal Issues

2008-08-09 Thread Michael Gorven
On Saturday 09 August 2008 17:24:23 Marco Gerards wrote: > I was about the review Simon's patch. What is the best way to > proceed. More than one person works on this and I am confused about > how to deal with this. Would it help if Simons work got in first, or > didn't you continue with this, b

[PATCH] bug fix for raid code

2008-08-09 Thread Bean
Hi, This patch fix an issue in raid0. mdadm set the disk size field in super block to 0 for raid0, so the size of device (md0) will be 0. This patch fix this by calculating the size of (md0) when array->disk_size is 0. Another problem is actually caused by qemu, but as it's the main testing platf

Re: [PATCH] Drivemap module

2008-08-09 Thread Javier Martín
In this reply-to-myself hoping to keep the thread continuity, I put forth the new "version 7" of the patch with the following changes: - A new switch -s/--swap has been implemented, so that running "drivemap -s hd0 hd1" is equivalent to issuing the command twice with the arguments normal, then r

Re: Crypto Patch: Legal Issues

2008-08-09 Thread Marco Gerards
Hi Michael, Michael Gorven <[EMAIL PROTECTED]> writes: > Two months ago[1] I announced on this list that I was working on adding > support for LUKS encrypted partitions to GRUB. I had some queries[2] > regarding other code which I have used, and still haven't had a proper > response to those q

Crypto Patch: Legal Issues

2008-08-09 Thread Michael Gorven
Hi Two months ago[1] I announced on this list that I was working on adding support for LUKS encrypted partitions to GRUB. I had some queries[2] regarding other code which I have used, and still haven't had a proper response to those queries. Could someone please advise me on what needs to be d

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Christian Franke
Felix Zielcke wrote: Am Freitag, den 08.08.2008, 23:13 +0200 schrieb Christian Franke: I agree. I posted a patch which handles both grub.d/10_windows and grub-pe2elf. Thanks I even saw that mail before this. I even reverted now my rm -f 10_windows change to current Debian trunk, but

Re: Bug#494383: grub-pc: Grub2 cannot find LVM volume groups with a dash (-) in the name

2008-08-09 Thread Felix Zielcke
Hi, Am Samstag, den 09.08.2008, 12:26 +0200 schrieb Felix Zielcke: > fz-vm:~# ls /dev/mapper/ > control linux--vg-lvol0 > And again it wasn't that clear with my first mail :( fz-vm:~# l /dev/linux* /dev/mapper/ /dev/linux-vg: insgesamt 0 lrwxrwxrwx 1 root root 27 9. Aug 14:49 lvol0 -> /dev/ma

Re: [PATCH] Don't install Cygwin specific files elsewhere

2008-08-09 Thread Christian Franke
Christian Franke wrote: This patch prevents the install of grub.d/10_windows on other OS. grub-pe2elf is only installed if requested by --enable-grub-pe2elf. Even on Cygwin, grub-pe2elf is only required during build. Committed. ___ Grub-devel

Re: [PATCH] New command checktime

2008-08-09 Thread Bean
On Sat, Aug 9, 2008 at 7:20 PM, Isaac Dupree <[EMAIL PROTECTED]> wrote: > Bean wrote: >> >> I agree with Colin the datetime representation should be more >> intuitive, but we should stick to one layout. I use the following >> format now: >> >> date [[year-]month-day] [hour:minute[:second]] >> >> da

Re: [PATCH] New command checktime

2008-08-09 Thread Isaac Dupree
Bean wrote: I agree with Colin the datetime representation should be more intuitive, but we should stick to one layout. I use the following format now: date [[year-]month-day] [hour:minute[:second]] date is separated by `-' , and time `:', year and second part can be omitted. I'm also a fan o

Re: Bug#494383: grub-pc: Grub2 cannot find LVM volume groups with a dash (-) in the name

2008-08-09 Thread Felix Zielcke
Hello, Am Freitag, den 08.08.2008, 22:23 +0200 schrieb root: > grub-probe: error: Unknown device linux--vg-boot > Autodetection of a file system module failed > Please specify the module with the option "--modules" explicitly > I never used LVM before so maybe I did something wrong, but I think

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Felix Zielcke
Hello, Am Freitag, den 08.08.2008, 23:13 +0200 schrieb Christian Franke: > > I agree. I posted a patch which handles both grub.d/10_windows and > grub-pe2elf. > Thanks I even saw that mail before this. I even reverted now my rm -f 10_windows change to current Debian trunk, but to commit I wai