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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to