Search found 24 matches

by Marc
Wed Jun 21, 2006 6:53 am
Forum: Support (Vault)
Topic: Detect new files *and* folders
Replies: 2
Views: 2605

You just made my day. :D
by Marc
Fri Jan 06, 2006 11:08 am
Forum: Support (Vault)
Topic: Vault, VS2005 & edit-merge-commit
Replies: 6
Views: 4869

That will not be a problem because Vault will only control the files that you add to it. So long as you don't add them, Vault will not even know they are there. There is an added layer to this as well in that Vault seems to know which files/directories it typically should ignore and when you add a d...
by Marc
Mon Dec 05, 2005 12:50 pm
Forum: Support (Vault)
Topic: How to rollback entire change set?
Replies: 43
Views: 61382

This is one of the more common roadblocks I run into. Right now I'm in the middle of a 100+ file rollback.

Toss my name into the "really wants this" hat.
by Marc
Mon Nov 28, 2005 2:35 pm
Forum: Support (Vault)
Topic: Feature Request: Print or save folder version history
Replies: 4
Views: 4305

Could you get this output from the command line client? Maybe... I just tried but after 15 minutes I can't get it to do it and can't waste more time on it. Even if I were able to do it, I'm not sure the output would be of any use. So I'd end up writing something to make the output more "readab...
by Marc
Mon Nov 28, 2005 10:54 am
Forum: Support (Vault)
Topic: Feature Request: Print or save folder version history
Replies: 4
Views: 4305

I ran into a need for this today. It would be great if we could export this list. We use it when building our release notes.
by Marc
Fri Nov 04, 2005 1:55 pm
Forum: Support (Vault)
Topic: FailFileInvalidCheckSum Error
Replies: 2
Views: 2848

I was able to fix it by deleting the GUID directory from %appdata%\SourceGear\Vault_1\Client\.

Unfortunately I did this before seeing your reply, so I'm not sure if the other method would have corrected it or not.
by Marc
Thu Nov 03, 2005 1:31 pm
Forum: Support (Vault)
Topic: FailFileInvalidCheckSum Error
Replies: 2
Views: 2848

FailFileInvalidCheckSum Error

I am trying to check in two files (a .csproj and a .user) but I keep getting the following error: The specific error was "The server returned an unknown error header: VaultFileUpload.aspx encountered: FailFileInvalidCheckSum" An exception was encountered during the transaction. Exception: ...
by Marc
Fri Sep 09, 2005 1:13 pm
Forum: Support (Vault)
Topic: Feature Request: Reverse Look Up
Replies: 2
Views: 2811

Feature Request: Reverse Look Up

I was making a change to a file when I noticed an odd line of code. Before I continued I wanted to know where this line came from, so I decided to check the history. It would have been nice if I could have selected the file from the bottom to reverse look up the file in the tree. Something like &quo...
by Marc
Mon Dec 27, 2004 8:14 pm
Forum: Support (Dragnet)
Topic: Recent Items Feature Request
Replies: 1
Views: 6014

Recent Items Feature Request

After using Dragnet for a bit, one thing we would really like to see is the ability to change the query for Recent Items. Specifically, we don't want to see anything that isn't active (i.e. duplicates, completed, etc. items hidden). We would also like to be able to have the description truncate rath...
by Marc
Mon Dec 27, 2004 4:54 pm
Forum: Support (Dragnet)
Topic: Delete Item
Replies: 3
Views: 8134

Currently there is no way in the Dragnet Application or the WebService API to delete an item. There is a way to delete dragnet items through SQL. Contact me directly (use the email link at the bottom) and I will let you how to delete dragnet items in SQL. The method you sent me works great. Any ide...
by Marc
Fri Dec 17, 2004 12:13 pm
Forum: Support (Dragnet)
Topic: Line Breaks
Replies: 2
Views: 6301

Thanks
by Marc
Fri Dec 17, 2004 7:07 am
Forum: Support (Dragnet)
Topic: Line Breaks
Replies: 2
Views: 6301

Line Breaks

When using the external submission API, it doesn't seem to take line breaks. Assigning details to a string with line breaks results in those breaks not showing when you view the item in dragnet.

I also tried turning "HTML" on but that just resulted in a string with tags within the string.
by Marc
Fri Dec 17, 2004 7:04 am
Forum: Support (Dragnet)
Topic: Delete Item
Replies: 3
Views: 8134

Delete Item

Is there a way to delete an item?
by Marc
Thu Dec 16, 2004 9:20 am
Forum: Support (Dragnet)
Topic: AddItemExternal.aspx
Replies: 7
Views: 13108

Just a note on the KB. I had to remove the following line to get it to work:

dragnetService.Url = "http://localhost/dragnet";
by Marc
Thu Dec 16, 2004 8:33 am
Forum: Support (Dragnet)
Topic: AddItemExternal.aspx
Replies: 7
Views: 13108

mskrobul wrote:I just added the following KB article with some examples for AddItemExternal()

http://support.sourcegear.com/viewtopic.php?t=2568
Great work. This is exactly what I was looking for.