Search found 16 matches

by activa
Sun Nov 11, 2007 4:31 pm
Forum: Gold Support (Vault) -- Read-only
Topic: "Show differences" doesn't work in certain folders
Replies: 1
Views: 4960

"Show differences" doesn't work in certain folders

In the Vault GUI Client, there seems to be an annoying bug. Attempting to "Show Differences" on a file located in a folder with a name starting with "$" will throw an error. For example, when trying to do a compare on a file "test.build" located in /$BuildScripts (worki...
by activa
Wed Jun 06, 2007 5:53 am
Forum: Support (Vault)
Topic: Vault 4.0 NAnt tasks. What's up?
Replies: 1
Views: 1715

Vault 4.0 NAnt tasks. What's up?

I noticed that the NAnt tasks for Vault 4.0 have changed significantly. Change is good, but there are major issues: The file VCDiff.dll is missing in the bin directory. NAnt chokes on it. There is no documentation about what has changed. A simple text or HTML file with a summary of what has changed ...
by activa
Sun Mar 11, 2007 8:43 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault 4.0: Edit/Merge/Commit in VS 2005
Replies: 2
Views: 3480

Thank you !!
by activa
Sun Mar 11, 2007 8:42 am
Forum: Gold Support (Vault) -- Read-only
Topic: GUI Client: easier way to ignore label actions in history?
Replies: 3
Views: 4993

Indeed. I did mention this in my post.

It was actually a suggestion on how this could be made easier using a checkbox. Not all actions in the history result in a new version of the file, so having a checkbox to show only changes that result in a new version would be very handy 8)
by activa
Sat Mar 10, 2007 5:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault 4.0: Edit/Merge/Commit in VS 2005
Replies: 2
Views: 3480

Vault 4.0: Edit/Merge/Commit in VS 2005

Just a simple question:

Will the new VS2005 integration scheduled for Vault 4.0 offer the ability to use Edit/Merge/Commit from within VS2005 ?
by activa
Sat Mar 10, 2007 5:31 am
Forum: Gold Support (Vault) -- Read-only
Topic: GUI Client: easier way to ignore label actions in history?
Replies: 3
Views: 4993

GUI Client: easier way to ignore label actions in history?

When viewing the history of an item using History Explorer, all actions are shown by default, including label actions. We are using CruiseControl.NET for continuous integration, which means we have several builds per day. This means the history is filled with label actions. The real changes are hard...
by activa
Mon Feb 12, 2007 4:26 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Internal Error when executing vaultcheckin NAnt plugin
Replies: 9
Views: 12504

If it is always a 60 second value, then that says there is some timeout that is kicking in. See if you can find/fix that problem. Another option is to also use the vault.exe command line to do the Get. The 60 second difference was a coincidence. In the meantime, the error appeared 2 more times (som...
by activa
Mon Feb 12, 2007 4:03 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Internal Error when executing vaultcheckin NAnt plugin
Replies: 9
Views: 12504

I don't really have an answer for this obscure error. There are basically two options: 1) Download / build / use the VaultNant Tasks from vaultpub.sourcegear.com. Any errors you get with a stack trace could help resolve the issue. 2) Switch your builds to use the Vault Command Line for the operatio...
by activa
Mon Feb 12, 2007 1:54 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Internal Error when executing vaultcheckin NAnt plugin
Replies: 9
Views: 12504

There are a couple of different options in tracking this down: 1) How are you launching Nant? From a console while you are logged in? 2) Is C:\CCDev\CoolStorage.NET the working folder for user the user specified in the Nant task? If so, have you tried the task without the use of the diskfile attrib...
by activa
Mon Feb 12, 2007 11:50 am
Forum: Gold Support (Vault) -- Read-only
Topic: Internal Error when executing vaultcheckin NAnt plugin
Replies: 9
Views: 12504

Internal Error when executing vaultcheckin NAnt plugin

I am getting the followin error when trying to run the vaultcheckin task from NAnt: Internal Error: System.NullReferenceException Object reference not set to an instance of an object. at NAnt.Contrib.Tasks.SourceGearVault.vaultcheckin.CheckInFile(String fileName) at NAnt.Contrib.Tasks.SourceGearVaul...
by activa
Fri Feb 09, 2007 9:45 am
Forum: Support (Vault)
Topic: CruiceControl .NET fails to get modifications
Replies: 13
Views: 11855

CC.NET was running under the local system account, while SQL Server was running as Administrator. I changed the CC.NET service so it will run under the Administrator account, and guess what... It works now. :)

Good to know...

I guess this solves the problem (for now)
by activa
Fri Feb 09, 2007 9:18 am
Forum: Support (Vault)
Topic: CruiceControl .NET fails to get modifications
Replies: 13
Views: 11855

FYI, this is the project definition in ccnet.config: <cruisecontrol> <project> <name>Lunch.be</name> <labeller type="dateLabeller" /> <sourcecontrol type="vault" username="xxx" password="xxx" host="192.168.1.10" repository="LunchWeb" folder...
by activa
Fri Feb 09, 2007 9:12 am
Forum: Support (Vault)
Topic: CruiceControl .NET fails to get modifications
Replies: 13
Views: 11855

Can you verify that the CC.NET server and the SQL Server's clocks are precisely synchronized? I haven't seen this issue caused by anything but that. Windows has the ability to synchronize it's clock with an external ntp server, which would be the easiest way to to accomplish this. Some people have ...
by activa
Fri Feb 09, 2007 8:05 am
Forum: Support (Vault)
Topic: CruiceControl .NET fails to get modifications
Replies: 13
Views: 11855

If you remove the modificationDelay section from ccnet.config, you can proceed. Of course, this means the developers need to check in _all_ their files at once, but that is good practice anyway... In my opinion, this feature should be fixed, but for us at least, it is not a showstopper. Regarding t...
by activa
Fri Feb 09, 2007 8:02 am
Forum: Support (Vault)
Topic: CruiceControl .NET fails to get modifications
Replies: 13
Views: 11855

If you remove the modificationDelay section from ccnet.config, you can proceed. Of course, this means the developers need to check in _all_ their files at once, but that is good practice anyway... In my opinion, this feature should be fixed, but for us at least, it is not a showstopper. I don't hav...