[Checkins] SVN: grokcore.view/trunk/ get rid of another collective'ism :)

Philipp von Weitershausen philikon at philikon.de
Sat Jul 19 13:06:24 EDT 2008


Log message for revision 88608:
  get rid of another collective'ism :)
  many people don't seem to know this, but you can do
  
    svn propedit svn:ignore
  
  There's no need to keep a separate file around for the ignores.
  

Changed:
  _U  grokcore.view/trunk/
  D   grokcore.view/trunk/IGNORE.txt

-=-

Property changes on: grokcore.view/trunk
___________________________________________________________________
Name: svn:ignore
   - # You can check svn:ignore by issuing:
#
#     svn propget svn:ignore .
#
# You can update your working dir by issuing: 
#
#     svn propset svn:ignore -F IGNORE.txt .
#
develop-eggs
parts
.installed.cfg
bin


   + bin
parts
eggs
develop-eggs
.installed.cfg


Deleted: grokcore.view/trunk/IGNORE.txt
===================================================================
--- grokcore.view/trunk/IGNORE.txt	2008-07-19 16:59:22 UTC (rev 88607)
+++ grokcore.view/trunk/IGNORE.txt	2008-07-19 17:06:24 UTC (rev 88608)
@@ -1,13 +0,0 @@
-# You can check svn:ignore by issuing:
-#
-#     svn propget svn:ignore .
-#
-# You can update your working dir by issuing: 
-#
-#     svn propset svn:ignore -F IGNORE.txt .
-#
-develop-eggs
-parts
-.installed.cfg
-bin
-



More information about the Checkins mailing list