Hello Bakshi,
It looks like you're asking if you can avoid changing the revision
number when you make changes (IE, commit) to the repository. To my
knowledge, this cannot be subverted because the concept is integral to
subversion - if you don't want individual changes to be tracked and
reported, why are you using a version control system? If you want to
keep track of work done on a project, or a version number of some kind,
you should use some external method (a common method is the /tags
folder, check the manual).
Perhaps I don't understand your question - feel free to clarify if I
haven't done your question justice.
Jake Stone
J. Bakshi wrote:
> Hello list,
>
> In a newly created repo whenever I import files folder it also
> incremented the revision number. Is there any way to keep the revision
> number intact when importing ?
>
> Thanks
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404808
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404811
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-08 09:30:44 CEST