timmerk / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

Add svn:ignore *.pyc #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

$ python ipaddr_test.py 
........................................
----------------------------------------------------------------------
Ran 40 tests in 0.027s

OK

$ svn st
?      ipaddr.pyc

What is the expected output? What do you see instead?

Expected output - none
Actual output - ?     ipaddr.pyc

What version of the product are you using? On what operating system?

Revision: 5

Please provide any additional information below.

svn propset ’svn:ignore’ ‘*.pyc’ .

Original issue reported on code.google.com by pnas...@gmail.com on 4 Oct 2008 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by mshields+personal@google.com on 6 Oct 2008 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by mshields+personal@google.com on 7 Oct 2008 at 12:53

GoogleCodeExporter commented 9 years ago
Did you commit this? Latest revision seems to be still r5 with no svn: ignore 
on '.'
of trunk.

Original comment by pnas...@gmail.com on 8 Oct 2008 at 10:37

GoogleCodeExporter commented 9 years ago
Um, right.  Committed as r6.

I also ignored 'dist' and 'MANIFEST', so builds of new releases don't cause svn 
to whine.

Original comment by mshields+personal@google.com on 8 Oct 2008 at 10:52