You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by henri bollon <hb...@yahoo.fr> on 2009/03/02 13:39:41 UTC

subversion

Hi,

I found out your contect through the website subversion.tigris.org.

I would like to speak with you about SVN tortoise. 

I often used CVS system to develop my technicals projects but I had never used SVN tortoise.

So, I've just any questions about how I can insert in my code the revision history. 

With CVS system, I used the variable $LOG$ but I didn't managed to find out the equivalent command for SVN tortoise.

Moreover, I need to change the way to call the revision for one file. By default, the revision is 1, then 2, then 3 ...

I want to rename in 1.1 then 1.2, then 1.3 etc ..

So how can I do to do that ?

Thank for your collaboration,

best regards,

Henri Bollon

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1256380

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: subversion

Posted by Andy Levy <an...@gmail.com>.
On Mon, Mar 2, 2009 at 08:39, henri bollon <hb...@yahoo.fr> wrote:
> Hi,
>
> I found out your contect through the website subversion.tigris.org.
>
> I would like to speak with you about SVN tortoise.
>
> I often used CVS system to develop my technicals projects but I had never
> used SVN tortoise.

TortoiseSVN is one client for Subversion. This is the mailing list for
the Subversion project itself.

> So, I've just any questions about how I can insert in my code the revision
> history.

Please read the FAQ and manual, both linked from the site you've already found.

> With CVS system, I used the variable $LOG$ but I didn't managed to find out
> the equivalent command for SVN tortoise.

There isn't one. http://subversion.tigris.org/faq.html#log-in-source

> Moreover, I need to change the way to call the revision for one file. By
> default, the revision is 1, then 2, then 3 ...
>
> I want to rename in 1.1 then 1.2, then 1.3 etc ..
>
> So how can I do to do that ?

You cannot. Subversion uses a global revision number, similar to a
timestamp. http://subversion.tigris.org/faq.html#globalrev

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1256678

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].