On Dec 17, 2007 11:03 AM, Glen <glen.84@gmail.com> wrote:
> I'm new to SVN, and I wanted to see what would happen if I attempted to
> export a non-existent revision from trunk (a revision which was however
> available in branches).
>
> Result: The whole of trunk (I assume the head revision) was exported.
>
> Expected: An error message to be displayed mentioning that the revision
> does not yet exist.
>
> Is this what it supposed to happen?
>
> On a related note, when I clicked 'Cancel', the download seemed to
> continue to the end (and not clean up either) (I read about this
> happening in older versions with the checkout and sync operations).
Revisions are not related to paths. Let's say you specified revision
= 200. The only way you would get an error would be if the repository
revision was currently less than 200, or perhaps if the path had not
been created yet at revision 200. Otherwise, the path has a state at
revision 200. It might be the same state at every revision between
100 and 200, but it still has a state and can be checked out.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Dec 17 17:16:03 2007