Thanks for post Toby.
We are releasing a version with this fix shortly.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kraft, Toby
Sent: Friday, July 02, 2004 07:58
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] VSS not detecting change - the reaso
To correct the vss time problem:
In file scc\VssRepository.cs
Change
private string ToVssDate(DateTime dateTime) {
return dateTime.ToShortDateString() + ";" +
dateTime.ToLongTimeString();
}
To
private string ToVssDate(DateTime dateTime) {
return da
I just got draco.net working and noticed that VSS was not detecting
changes when called from draco. After debugging a while with a batch
file, I discovered that the VSS history command -V option does not like
seconds to be specified with the time. If you leave off the seconds, it
works. If you s
Re: 1)&2) - this batch file worked when logged into the same account as
the account used for the service.
Re: 3) - changing the SSDIR parameter in drace.exe.config to point to
the srcsafe.ini file location on the network share fixed the problem.
More info: VSS was installed as a client-only ins