discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] automatically generated files still under version


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] automatically generated files still under version control
Date: Mon, 12 Feb 2007 23:37:32 -0800
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

Achilleas Anastasopoulos wrote:

> I commited some changes that I made over the last couple of days to
> gr-trellis (make distcheck works fine).
> I realized that some files in gr-trellis/src/lib are still under version
> control, while they are not supposed to be since they are
> automatically generated:
> 
> trellis_generated.i
> Makefile.gen

I just fixed this in r4472.

> I tried several combinations of the svn propset command but couldn't
> make it work. Can someone more knowledable on svn fix this.

You would just need to delete the files from the repository using 'svn
del', as in:

$ svn del trellis_generated.i Makefile.gen

Then do a check-in with an appropriate log comment.

(But I just did this for you.)

Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]