I have a subversion repository with these log entries:

& svn log --verbose -r 2431:2433
------------------------------------------------------------------------
r2431 | cchan | 2007-08-25 08:11:43 -0700 (Sat, 25 Aug 2007) | 1 line
Changed paths:
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClient/Service/HTTPServiceLocator.cs

CC - PGPS - Fix TestBench build error. HACK ConfigurationManager into 
HTTPServiceLocator.

------------------------------------------------------------------------
r2433 | cchan | 2007-08-26 12:30:24 -0700 (Sun, 26 Aug 2007) | 1 line
Changed paths:
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClient/PGPSClient.csproj
   D /rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClient/Util
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/GUI/PGPSClientForm.cs
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/GUI/PGPSClient_PerfTest.cs
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/GUI/ServiceManagementForm.cs
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/OrbitPropagationLayerTask.cs
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/PGPSClientUI.csproj
   M 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/ServiceLayerTask.cs
   A /rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/Util
   A 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/Util/Patterns
   A 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/Util/Patterns/Observer
   A 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/Util/Patterns/Observer/IObservable.cs
   A 
/rxnetworks/apps/gpstream/pgps/PGPSClient_WinMobile/trunk/PGPSClientUI/Util/Patterns/Observer/IObserver.cs

CC - PGPS - Moved Observer pattern from PGPSClient to PGPSClientUI
------------------------------------------------------------------------

When I try to step through these revisions using update I get:

& svn update --set-depth infinity -r 2432
U    PGPSClient.csproj
A    Util
A    Util/Patterns
A    Util/Patterns/Observer
A    Util/Patterns/Observer/IObservable.cs
A    Util/Patterns/Observer/IObserver.cs
A    Util/RXNSyntheticData.cs
A    Util/RXNStateVectorData.cs
A    Util/SvnToPrnMap.cs
A    Util/DateTimeUtil.cs

& svn update --set-depth infinity -r 2433
D    Util
Updated to revision 2433.

Why are all the other adds in 2433 ignored?
Since Util is added back in after the delete, I would think that Util and it's 
children Added
in this step would be restored, but I only get an empty directory.

Am I understanding this correctly?

Thanks for any help you can provide.


Norman Morse
Technical Support Engineer
nmo...@perforce.com



Reply via email to