Yes and no. Think of svn:externals as a file in the parent repository;
it contains
directory-name URL
Now, changes to that file _are_ tracked, in that if I changed the URL
that change would be recorded in the parent repository. However,
nowhere is the revision of the external recorded. Subversion always
fetches the latest revision at that URL.
They don't. If they did, they'd be just as useful as git's submodules.
Well, I'm thinking that that information /can/ be reconstructed from the
revision date information - kind of - the problem is that there is no
way to know when the parent updated the module. svn:externals really
is just a quick way of doing
$ cd submodule
$ svn update
That's it. That's all you get. We could guess that when the parent
module was at date YYYY-MM-DD, that the submodule would be at that same
date - but who knows?
Andy
--
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html