* equivalent of cvsignore?
@ 2008-08-07 12:39 Robert Millan
2008-08-07 12:44 ` Felix Zielcke
2008-08-07 12:45 ` Stefan Reinauer
0 siblings, 2 replies; 4+ messages in thread
From: Robert Millan @ 2008-08-07 12:39 UTC (permalink / raw)
To: grub-devel
Every time I run "svn st" on an unclean dir, I see something like:
? 10_windows
? unicode.pff
? 40_custom
? ascii.pff
? grub-pe2elf
and the list keeps growing. Apparently, the CVS migration converted existing
.cvsignore to something equivalent in SVN, and this doesn't affect new files.
Any idea what to do about them?
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: equivalent of cvsignore?
2008-08-07 12:39 equivalent of cvsignore? Robert Millan
@ 2008-08-07 12:44 ` Felix Zielcke
2008-08-07 12:45 ` Stefan Reinauer
1 sibling, 0 replies; 4+ messages in thread
From: Felix Zielcke @ 2008-08-07 12:44 UTC (permalink / raw)
To: The development of GRUB 2
Am Donnerstag, den 07.08.2008, 14:39 +0200 schrieb Robert Millan:
> Every time I run "svn st" on an unclean dir, I see something like:
>
> ? 10_windows
> ? unicode.pff
> ? 40_custom
> ? ascii.pff
> ? grub-pe2elf
>
> and the list keeps growing. Apparently, the CVS migration converted existing
> .cvsignore to something equivalent in SVN, and this doesn't affect new files.
>
> Any idea what to do about them?
There's still a .cvsignore in the SVN maybe this should just be renamed
to .svnignore ?
This makes at least more sense then .cvs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: equivalent of cvsignore?
2008-08-07 12:39 equivalent of cvsignore? Robert Millan
2008-08-07 12:44 ` Felix Zielcke
@ 2008-08-07 12:45 ` Stefan Reinauer
2008-08-07 14:35 ` Robert Millan
1 sibling, 1 reply; 4+ messages in thread
From: Stefan Reinauer @ 2008-08-07 12:45 UTC (permalink / raw)
To: The development of GRUB 2
Robert Millan wrote:
> Every time I run "svn st" on an unclean dir, I see something like:
>
> ? 10_windows
> ? unicode.pff
> ? 40_custom
> ? ascii.pff
> ? grub-pe2elf
>
> and the list keeps growing. Apparently, the CVS migration converted existing
> .cvsignore to something equivalent in SVN, and this doesn't affect new files.
>
> Any idea what to do about them?
>
>
You need to do this via the svn property svn:ignore. See
http://svnbook.red-bean.com/nightly/de/svn.advanced.props.html
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info@coresystems.de • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: equivalent of cvsignore?
2008-08-07 12:45 ` Stefan Reinauer
@ 2008-08-07 14:35 ` Robert Millan
0 siblings, 0 replies; 4+ messages in thread
From: Robert Millan @ 2008-08-07 14:35 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Aug 07, 2008 at 02:45:42PM +0200, Stefan Reinauer wrote:
> You need to do this via the svn property svn:ignore. See
> http://svnbook.red-bean.com/nightly/de/svn.advanced.props.html
Thanks, this did the trick.
For the record, when adding new files the magic is:
svn propedit svn:ignore .
then commit as usual (. will be registered as a modified file).
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-07 14:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 12:39 equivalent of cvsignore? Robert Millan
2008-08-07 12:44 ` Felix Zielcke
2008-08-07 12:45 ` Stefan Reinauer
2008-08-07 14:35 ` Robert Millan
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.