[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: revision graph question

From: Peter McNab <mcnab_p_at_melbpc.org.au>
Date: 2006-02-09 09:31:04 CET

hilz wrote:
> Hi.
> I finally installed subversion, tortoiseSVN, and have been palying
> around with it.
> Being a cvs user for a long time, there are few things that i am so
> much used to that are making it hard for me to grasp some things, even
> after reading some documentation targetted for cvs users.
>
Welcome to guaranteed atomic commits.

> one of them is the graph.
> in wincvs, when i graph a file, i can see all the revision, and i mean
> ALL the revisions, and i can select any two of them and do a diff
> right there.
>
> now in tortoiseSVN, when i do a graph on a file, i don't quite
> understand what kind of graph that is. it looks like it only shows
> revisions that branches are created on. is that correct?
> if so, is there a way to get a graph similar to what i get in wincvs?
>
>
OK. The graph shows a chronological order of where and when you create
branches and tags (copies) and not every single revision in between.
And that relates to folders not files too. Brings some sanity back into
the graph.When you think about it, repositories with more than a few
hundred revisions getting horrendous to navigate about.
> another thing that is a little confusing is creating branches. in cvs,
> it is possible to create a branch on a single file and not on the
> whole module. Is that possible in svn ? if so, then how do i create
> such a branch using tortoiseSVN ? i was able to create a branch on the
> whole trunk, but not on a single file.
>
> Thanks for any answers.
>
>
You wont find branching on single files in svn because it's folder based
and a delight to use. Well via TortoiseSVN anyway. It pays to read the
docs a few times with what I and a few others might say in mind.

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Feb 9 09:51:09 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.