Why are cloaked folders branched

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

Moderator: SourceGear

Post Reply
eboykin
Posts: 20
Joined: Fri Aug 18, 2006 10:36 am

Why are cloaked folders branched

Post by eboykin » Thu Jun 28, 2007 7:40 pm

The subject says it all. Why do cloaked folders get branched when starting the branch from a higher folder in the project tree? Your help file states "The Cloak command allows you to specify that a folder should be ignored during other operations". Maybe you should improve that a bit and say WHICH operations. I now have to obliterate 3 GB worth of files.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri Jun 29, 2007 10:10 am

There are two types of functions. Those that manipulate data in the server and those that manipulate data only on a client. The cloak function only manipulates data on a client. The functions that can't act on it are also the types of functions that only manipulate data on a client. Some examples of those kinds of functions would be various types of Gets and Check-Outs.

How you can tell what kind of function a particular command is to see if it's something that everyone can see the results or if only you see the results. No one else will see a Get to your machine, but they will see a branch.

eboykin
Posts: 20
Joined: Fri Aug 18, 2006 10:36 am

Post by eboykin » Fri Jun 29, 2007 10:45 am

Beth,
that makes perfect sense. Thank You.

Post Reply