On Sunday 11 October 2009 17:36:01 you wrote:
> I'm just starting with my first attempt at using a subversion
> system... and have been a long time cvs user.
>
> (Only on home, single user scale)
>
> I'm getting confused about the idea of `version' as presented in the
> subversion book. Maybe I'm just creating problems that don't
> exist.. or subversion has another mechanism for this....
>
> I want to retrieve a certain copy of a file... where a change
> happened. According to what I'm reading, that change may not be at
> the last version number....or possibly even the last several version
> numbers... so how do I find the change quickly?
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
> 406368
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
Your changes should correspond to different revision numbers provided that
after each change a commit has been made. Otherwise you should be able to
retrieve only code versions generated by different commits to svn repo.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2406371
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-11 16:43:52 CEST