On Monday 08 January 2007 8:51 am, Mark Phippard wrote:
> On 1/8/07, Dan Falconer <lists_slony1-general@avsupport.com> wrote:
> > After looking at how Subversion deals with externals on the
> > command line (per
> > Manfred Klug's suggestion), I can see why this would be a problem for
> > Subclipse in & of itself. It's sad & frustrating. Any idea if there's
> > something in the works for revising how externals work? It's a powerful
> > feature, but seems to be just an afterthought of somebody that managed to
> > get
> > their changes in before release time.
>
> Sometimes the hard part is figuring out exactly what is incorrect. I think
> if we could pin it down with some examples there is a good chance we could
> get it fixed within Subversion.
>
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
Alright, well, here's all the info I can provide (hoping it's okay to post
here, since it's a problem affecting both subclipse & subversion):::
NOTES: I created a copy of just my /lib/ dir, with the externals dir & a
couple of other files, as a new branch.
---------------------------- [COMMAND LINE STUFF] ----------------------------
[directory structure...]
danf@belial:~/svn_ext_test> ls -F1
base/
externals/
includes.inc
[various info from SVN...]
anf@belial:~/svn_ext_test> svn info .
Path: .
URL: svn://hugs/pl/website/branches/subversion_externals_test
Repository Root: svn://hugs/pl
Repository UUID: 7427ceb1-67f8-0310-b279-9ac0391abd64
Revision: 8834
Node Kind: directory
Schedule: normal
Last Changed Author: danf
Last Changed Rev: 8834
Last Changed Date: 2007-01-08 11:57:10 -0600 (Mon, 08 Jan 2007)
danf@belial:~/svn_ext_test> svn proplist .
Properties on '.':
svn:externals
danf@belial:~/svn_ext_test> svn propget svn:externals .
externals/cs-arrayToPath
https://cs-arraytopath.svn.sourceforge.net/svnroot/cs-arraytopath/trunk
externals/cs-phpxml
https://cs-phpxml.svn.sourceforge.net/svnroot/cs-phpxml/trunk
[svn st's, from root, then from the externals dir...]
danf@belial:~/svn_ext_test> svn st
X externals/cs-arrayToPath
X externals/cs-phpxml
Performing status on external item at 'externals/cs-arrayToPath'
Performing status on external item at 'externals/cs-phpxml'
danf@belial:~/svn_ext_test> cd externals/
danf@belial:~/svn_ext_test/externals> svn st
? cs-arrayToPath
? cs-phpxml
[SVN doesn't understand the intermediate directory, even though the ".svn" dir
exists... but the "format" file in that dir seems funny:]
[--------- entries file ---------]
danf@belial:~/svn_ext_test/externals/.svn> cat entries
8
dir
8834
svn://hugs/pl/website/branches/subversion_externals_test/externals
svn://hugs/pl
2007-01-05T20:55:16.027924Z
8824
danf
svn:special svn:externals svn:needs-lock
7427ceb1-67f8-0310-b279-9ac0391abd64
[-------- /entries file ---------]
--------------------------- [/COMMAND LINE STUFF] ----------------------------
--
Best Regards,
Dan Falconer
"Head Geek",
AvSupport, Inc. (http://www.partslogistics.com)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jan 8 19:11:32 2007