[Pkg-Cyrus-imapd-Debian-devel] Broken Build with svn-buildpackage
Sven Mueller
sven at incase.de
Sat Nov 19 03:31:24 UTC 2005
Henrique de Moraes Holschuh wrote on 18/11/2005 13:54:
> On Thu, 17 Nov 2005, Benjamin Seidenberg wrote:
>
>>At the current time (r203), the build is broken with svn-buildpackage
>>because it cleans and then calls svn status and the clean target removes
>>several files. See output below.
>>
>>I believe there is some propery we can set to get svn-buildpackage to
>>ignore this.
>
>
> Whatever you do, NEVER store autogenerated files under version control...
They had been added in the process of moving to the build against
pristine upstream. Didn't check svn-buildpackage before committing the
merge though as it seems (I thought I had).
> This is the case of all the files listed. Someone that knows better about
> SVN, please purge them from SVN, and add the properties required for them to
> be ignored, something akin to .cvsignore.
I will do so on next tuesday. Don't have either time nor necessary
access to do it before that. If anyone else wants to do it, here is how:
svn rm <file1> <file2> <file3>
For each directory "X" containing at least one of the files:
svn propedit svn:ignore "X"
which opens an editor. List all files in that directory in there (one
per line).
You could alternatively create a file "A" for each such directory,
listing each file in that directory and then do:
svn propset svn:ignore -F "A" "X"
As said: If nobody else does it, I will do it on Tuesday.
cu,
sven
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list