[Checkins] SVN: grok/branches/grokcore.xxx/devel/ * Remove EXTERNALS.txt file. Again, just use 'svn propedit' if you want to edit

Philipp von Weitershausen philikon at philikon.de
Sat Jul 19 21:49:40 EDT 2008


Log message for revision 88626:
  * Remove EXTERNALS.txt file. Again, just use 'svn propedit' if you want to edit
    externals. Keeping them in redudant places is potentially harmful
  
  * Get rid of the gotcha@ in the externals URL. Didn't exactly work for me ;).
    If your local user name is different from the svn.zope.org user name and
    you still want svn+ssh://... URLs to work, just add this to ~/.ssh/config:
  
    Host svn.zope.org
        HostName svn.zope.org
        User philikon
  
    (replacing philikon with your remote username).
  
  

Changed:
  _U  grok/branches/grokcore.xxx/devel/
  D   grok/branches/grokcore.xxx/devel/EXTERNALS.txt

-=-

Property changes on: grok/branches/grokcore.xxx/devel
___________________________________________________________________
Name: svn:externals
   - # You can check externals by issuing:
#
#     svn propget svn:externals .
#
# You can update your working dir by issuing: 
#
#     svn propset svn:externals -F EXTERNALS.txt .
#
grokcore.view svn+ssh://gotcha@svn.zope.org/repos/main/grokcore.view/trunk

   + grokcore.view svn+ssh://svn.zope.org/repos/main/grokcore.view/trunk


Deleted: grok/branches/grokcore.xxx/devel/EXTERNALS.txt
===================================================================
--- grok/branches/grokcore.xxx/devel/EXTERNALS.txt	2008-07-19 23:40:23 UTC (rev 88625)
+++ grok/branches/grokcore.xxx/devel/EXTERNALS.txt	2008-07-20 01:49:38 UTC (rev 88626)
@@ -1,9 +0,0 @@
-# You can check externals by issuing:
-#
-#     svn propget svn:externals .
-#
-# You can update your working dir by issuing: 
-#
-#     svn propset svn:externals -F EXTERNALS.txt .
-#
-grokcore.view svn+ssh://gotcha@svn.zope.org/repos/main/grokcore.view/trunk



More information about the Checkins mailing list