Questions

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
George Mills
Posts: 33
Joined: Tue Aug 24, 2004 8:19 am

Questions

Post by George Mills » Tue Aug 24, 2004 8:32 am

1) Are there plans to allow you to edit the text while fixing a merge conflict like VSS does.

2) Branching and Sharing in VSS used to conflict. If you had 2 files shared and you branched them together you broke the share. This always got us in trouble. But Sharing is so powerful.

3) Will Bug Tracking integration eventually (if not already) be standardized? We use Team Track which is a really good tool.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Re: Questions

Post by dan » Tue Aug 24, 2004 10:00 am

George Mills wrote:1) Are there plans to allow you to edit the text while fixing a merge conflict like VSS does.
Yes, but it won't be available it the next release - look for it after that.
2) Branching and Sharing in VSS used to conflict. If you had 2 files shared and you branched them together you broke the share. This always got us in trouble. But Sharing is so powerful.
Not sure what the question is :), but we do work like VSS - branching a share is how you break the share. If you want a shared item to be shared in another place, you would invoke Share again. Do note that Vault allows sharing (and pinning) of folders as well as files, which provides added functionality over VSS.

3) Will Bug Tracking integration eventually (if not already) be standardized? We use Team Track which is a really good tool.
We plan to release our own bug tracking with the 2.1 release of Vault. However, we still don't support integration with Team Track.

George Mills
Posts: 33
Joined: Tue Aug 24, 2004 8:19 am

Post by George Mills » Tue Aug 24, 2004 3:28 pm

Thanks for the quick responses. That's a huge plus when trying to convince my boss to not use cvs.

On the share thing.

Lets say I have

ProjMaster->ProjA->ClassAFile
ProjMaster->ProjB->ClassAFile (shared with the ClassAFile)

Now I Share and BrancH ProjMaster->ProjMaster_V2

In VSS ClassAFile is no longer shared between ProjA and ProjB in the ProjMaster_V2 branch. This causes major problems for us. We use sharing of files with no intent to branch them. We just want to share them forever. But we still have to branch projects that hold these shared files and want to retain that relationship.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Tue Aug 24, 2004 4:27 pm

In vault, shares within the tree you branched are retained, and shares outside of it are broken.

In your example:

ProjMaster->ProjA->ClassAFile
ProjMaster->ProjB->ClassAFile

would be shared with each other and

ProjMaster_V2->ProjA->ClassAFile
ProjMaster_V2->ProjB->ClassAFile

would be shared together, but all 4 files would not be shared with each other - there are now 2 distinct sets.

We did this precisely so that folders could be branched, and changes to shared files within the branch are ok, but are not copied to shares outside the branch, which makes sense if you are continuing development in version 2, and don't want potentially destabilizing changes to be automatically applied to your earlier version.

George Mills
Posts: 33
Joined: Tue Aug 24, 2004 8:19 am

Post by George Mills » Tue Aug 24, 2004 8:00 pm

Awsome !!! that's a big plus.

Post Reply