Closed GoogleCodeExporter closed 9 years ago
I can't reproduce the problem at my end (also on Ubuntu, but 10.04, SVN 1.6.6).
Certainly the repo ID hasn't changed, so you shouldn't see that message. I'm
not sure what your step 1 is - it looks like an SVN checkout, but prefixing
`svn co` complains that ux-all.js is not a directory.
Is it an SVN switch to the new tag? Could you give me more details?
Regards,
Mike.
Original comment by Schmeeky
on 2 Nov 2010 at 11:19
Sorry for my bad explanation...
I want make "svn external" in my repository.
svn propset svn:externals
http://extjs-public.googlecode.com/svn/tags/extjs-3.3.0/release/examples/ux/ux-a
ll.js ux-all.js
Original comment by To.KA...@gmail.com
on 3 Nov 2010 at 4:51
OK, I've replicated the problem, but it is a limitation of SVN: you can only
point externals at a subdirectory, not an individual file:
"An externals definition is a mapping of a *local directory* to the URL—and
possibly a particular revision—of a versioned resource. In Subversion, you
declare externals definitions in groups using the svn:externals property. You
can create or modify this property using svn propset or svn propedit (see the
section called “Why Properties?”). It can be set on any versioned
directory, and its value is a multi-line *table of subdirectories* (relative to
the versioned directory on which the property is set) and fully qualified,
absolute Subversion repository URLs."
Also, your propset command needs to be the other way round, specify a target,
and quote the value of the property, due to the space.
svn propset svn:externals "ux
http://extjs-public.googlecode.com/svn/tags/extjs-3.3.0/release/examples/ux" .
Hope that helps.
Mike.
Original comment by Schmeeky
on 11 Nov 2010 at 2:58
Original issue reported on code.google.com by
To.KA...@gmail.com
on 25 Oct 2010 at 3:32