adrigen, on 2008-07-08:
>
> Ok, so I figure that the reason it cant find zc.table, is because it comes
> after gchecky in the EXTERNALS.txt list.
>
> After some more #getpaid advice, I have downloaded getpaid without the
> externals by running:
>
> svn co --ignore-externals
>
https://getpaid.googlecode.com/svn/trunk/getpaid.buildout>
> Then I go to getpaid.buildout/src/EXTERNALS.txt and remove the line which
> refers to gchecky.
>
> then I run:
>
> svn up
>
> And then it still gives me the same error when it gets to gchecky.
> Why doesn't it reference my EXTERNALS.txt file?
The EXTERNALS.txt file does not get used by subversion. This file is
just a signal for humans that there is an 'svn:externals' property on
the current directory. When you do:
svn propget svn:externals
you will get a list that still has gchecky in it. You can update this
property with the current contents of the EXTERNALS.txt file by
running the command mentioned at the top of that file:
svn propset svn:externals -F ./EXTERNALS.txt .
[Note the space and dot at the end of the line.]
--
Maurits van Rees |
http://maurits.vanrees.org/ Work |
http://zestsoftware.nl/"This is your day, don't let them take it away." [Barlow Girl]
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users