Hi
I am using vault command line interface and I need to get files that have changed between two labels? Also, if one or more files have changed inside a folder, all files and subfolders of this file(s) must be retrieved along with the changed file(s). How can I do this from command line?
Regards,
Kim
Get files that have changed between two labels
Moderator: SourceGear
There really isn't a way to just get specific files that have changed between labels. You will be able to tell what has happened between labels with a GetLabelDiffs. GetLabelDiffs will retrieve the histories for all files in the specified repository folder between the specified labels.
In the second part, if you are just talking about a Get, it's automatically recursive, but you would want to select the folder that embodies everything you are wanting. If you don't want the Get to be recursive, you'd have to add the -nonrecursive switch.
You can find more information in our documentation for the Command Line Client
In the second part, if you are just talking about a Get, it's automatically recursive, but you would want to select the folder that embodies everything you are wanting. If you don't want the Get to be recursive, you'd have to add the -nonrecursive switch.
You can find more information in our documentation for the Command Line Client
-
- Posts: 16
- Joined: Mon Nov 15, 2004 6:27 am
I'll add a vote for this feature.
I also think it is worth saying that this is an area where the Vault could easily earn a lot of goodwill in future releases-- some good analytical reporting options would be much appreciated. Right now, my developers are happy with the Vault, but as a manager, I'd like to be able to more easily mine the repository to find out some general trends. For example, what has changed between two releases/labels, but also things like churn-- which files have been touched the most times during a given period.
I also think it is worth saying that this is an area where the Vault could easily earn a lot of goodwill in future releases-- some good analytical reporting options would be much appreciated. Right now, my developers are happy with the Vault, but as a manager, I'd like to be able to more easily mine the repository to find out some general trends. For example, what has changed between two releases/labels, but also things like churn-- which files have been touched the most times during a given period.