Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » more svn questions
more svn questions [message #541009] Fri, 18 June 2010 02:45 Go to next message
sasha is currently offline sashaFriend
Messages: 58
Registered: July 2009
Member
Lets say I just created a branch "NewBranch" on 2010-Jun-011 by copying from
an existing branch "Existing",

If I give revision dates between 2009-Dec-01 and 2010-Jun-17 to the svn log
command and provide the urlto NewBranch, I am seeing even files from
Existing branch listed. What is going on ?

I though it would get the repository revisions corresponding to the dates
and then list out only files from NewBranch that lie between those dates...
Re: more svn questions [message #541032 is a reply to message #541009] Fri, 18 June 2010 07:12 Go to previous message
olly2 Mising name is currently offline olly2 Mising nameFriend
Messages: 27
Registered: June 2010
Junior Member
Hallo Sasha,
Subversion in general uses an internal copy operation to create branches or tags. The good thing is that a copy operation creates some kind of link between the copy source and desination file (or directory). This is especially helpful for following the history of copied objects - you can follow the history of such an object (file or directory) as if there was no copy in between.

If you do not want to see the history of a file before the copy process you can tell this subversion. Just use

svn log --stop-on-copy


on your branch and you will not see history before the creation of the branch. Using Subversive you can choose this option in the History view. Please refer to the Subversive Users Guide:

Subversive User Guide, TeamSupport with SVN, SVN History View, see "Stop on copy".

Best regards,
Olaf
Previous Topic:Add merge information for Revision Graph
Next Topic:listing changed files between revisions
Goto Forum:
  


Current Time: Tue Apr 23 06:43:14 GMT 2024

Powered by FUDForum. Page generated in 0.03302 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top