You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Shepherd, Steven G CIV" <st...@navy.mil> on 2007/03/07 19:36:59 UTC

Updating to a date with externals

My repository has the following structure:

Myrepo/libraryA/trunk
... <more libraries here>
Myrepo/libraryZ/trunk
Myrepo/MyProgram/trunk/externLibraryA
                                      ...
		             /externLibraryZ

Where,
externLibraryA is a svn:externals to Myrepo/libraryA/trunk
...
externLibraryZ is a svn:externals to Myrepo/libraryZ/trunk

Steps  - revert or update LibraryC to a specific date (not the head
revision)

Results - LibraryC will be get files from the requested date but all of
the externs will get the head revision.

Question: How do I update LibraryC to a specific date?