The following change should allow the seconds to be removed I think. This is in scc\vssrepository.cs
FROM private string ToVssDate(DateTime dateTime) { return dateTime.ToShortDateString() + ";" + dateTime.ToLongTimeString(); } TO private string ToVssDate(DateTime dateTime) { return dateTime.ToShortDateString() + ";" + dateTime.ToShortTimeString(); } Thanks Abdullah --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > I tried with rc1 and beta 3 and have the same issue with both, viz., the > date/time format. > > beta 3 also uses seconds as part of the command which does not work with ss > -Vd"4/8/2004;6:20:30 PM~4/8/2004;8:48:43 AM" > > Is it possible to suppress the seconds? > > Thanks > Abdullah > > --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > > Are you running 1.5rc1? Possibly Bug# 914940 And Patch# 908138 address > this > > issue. If that is the case maybe you can try either 1.5-beta3 download or > > getting the latest source from cvs and building draco.net locally. > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah > > Siddiqui > > Sent: Thursday, April 08, 2004 10:36 > > To: [EMAIL PROTECTED] > > Subject: RE: [Draconet-users] Startup issues > > > > Debugging further I find that the dates specified might have issues. > > > > 1) -Vd"4/8/2004;12:28 PM~4/8/2004;7:00 AM" WORKS > > 2) -Vd"4/8/2004;12:28:01 PM~4/8/2004;7:00:01 AM" DOES NOT WORK > > > > In the ss help file, there is no format specified but the sample matches > the > > first example I gave. > > > > Help! > > Abdullah > > > > --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > I am able to have dracocli work fine, but draco service still does not > > > detect changes. Here is some investigation I did. Sourcesafe is not > > > giving history for the same day if we have 1 day difference it does > > > give the changes. Is this due to using ssafe 6.0d? Can some one help > > > in this aspect? > > > > > > First is checking between 4/7 and 4/8 and it works. > > > The second is checking between 4/8 8 AM and 4/8 12 PM but it shows no > > > changes. > > > > > > E:\>"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" > > > history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/8/2004;12:14:10 > > > PM~4/7/2004;8:48:43 AM" > > > Building list for > > > $/Simulator.................................................. > > > > > > ............................................................................ > > ... > > > ......... > > > > > > ***** Logger.cs ***** > > > Version 12 > > > User: Asiddiqui Date: 4/08/04 Time: 12:13p > > > Checked in $/Simulator/App/SimUtils > > > Comment: > > > > > > ***** Logger.cs ***** > > > Version 11 > > > User: Asiddiqui Date: 4/08/04 Time: 12:12p > > > Checked in $/Simulator/App/SimUtils > > > Comment: > > > > > > > > > E:\>"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" > > > history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/8/2004;12:14:10 > > > PM~4/8/2004;8:48:43 AM" > > > Building list for > > > $/Simulator.................................................. > > > > > > ............................................................................ > > ... > > > ......... > > > > > > > > > E:\> > > > > > > Thanks > > > Abdullah > > > --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > > That did the trick! Now its working fine. > > > > Thanks > > > > Abdullah > > > > > > > > --- Michael Ferrante <[EMAIL PROTECTED]> wrote: > > > > > This may or may not help, but give this a try. > > > > > The z:\ is mapped to a network drive? Sometimes mapped drives can > > > > > be problematic. Try using a UNC path for the SSDIR instead of a > > > > > mapped > > > drive. > > > > > Whatever the z:\ drive is mapped to, use that full UNC path > > > > > something > > > like > > > > > \\machine\share\vsspath > > > > > In the draco.net config file instead. > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] > > > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > > > > Abdullah Siddiqui > > > > > Sent: Thursday, April 08, 2004 06:51 > > > > > To: [EMAIL PROTECTED] > > > > > Subject: RE: [Draconet-users] Startup issues > > > > > > > > > > Using dracocli I get the following log output. > > > > > > > > > > 4/8/2004 8:47:42 AM - Starting Draco.NET > > > > > 4/8/2004 8:48:43 AM - Detected path: C:\Program Files\Microsoft > > > > > Visual > > > > > Studio\VSS\win32 > > > > > 4/8/2004 8:48:43 AM - HISTORY arguments: history "$/Simulator" -R > > > > > -I-N -Y"asiddiqui" -Vd"4/8/2004;8:48:43 AM~4/8/2004;8:48:43 AM" > > > > > [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8397.tmp > > > > > 4/8/2004 8:48:43 AM - Warning: SS.EXE exit code: 100 > > > > > 4/8/2004 8:48:43 AM - Simulator : Building module > > > > > 4/8/2004 8:48:43 AM - Detected path: C:\Program Files\Microsoft > > > > > Visual > > > > > Studio\VSS\win32 > > > > > 4/8/2004 8:48:43 AM - Setting SSDIR environment variable to: z:\ > > > > > 4/8/2004 8:48:43 AM - Warning: Path does not exist z:\ > > > > > 4/8/2004 8:48:43 AM - GET arguments: get "$/Simulator" -R -I-N > > > > -Y"asiddiqui" > > > > > -W > > > > > 4/8/2004 8:48:43 AM - cwd : > > > > > E:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8398.tmp > > > > > 4/8/2004 8:48:43 AM - ssdir : z:\ > > > > > 4/8/2004 8:48:44 AM - Warning: SS.EXE exit code: 100 > > > > > 4/8/2004 8:48:44 AM - Warning: SS.EXE stdout : > > > > > 4/8/2004 8:48:44 AM - Warning: SS.EXE stderr : No VSS database > > > > > (srcsafe.ini) > > > > > found. Use the SSDIR environment variable or run netsetup. > > > > > > > > > > 4/8/2004 8:48:44 AM - DEVENV arguments: "Simulator.sln" /build > > "Release" > > > > > /out E:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp8399.tmp > > > > > 4/8/2004 8:48:45 AM - Simulator : Build completed with exit code 1 > > > > > 4/8/2004 8:48:45 AM - Simulator : Sending build results email to: > > > > > [EMAIL PROTECTED] > > > > > > > > > > The thing to note is that my SSDIR variable is set to z:\ and my > > > > srcsafe.ini > > > > > is in z:\srcsafe.ini. What could be amiss here? > > > > > > > > > > Thanks > > > > > Abdullah > > > > > > > > > > --- Nick Robinson <[EMAIL PROTECTED]> wrote: > > > > > > > -----Original Message----- > > > > > > > From: [EMAIL PROTECTED] > > > > > > > [mailto:[EMAIL PROTECTED] Behalf > > > > > > > Of Abdullah Siddiqui > > > > > > > Sent: 07 April 2004 22:59 > > > > > > > To: [EMAIL PROTECTED] > > > > > > > Subject: RE: [Draconet-users] Startup issues > > > > > > > > > > > > > > > > > > > > > I found the file as part of the MSI files that are there for > > > download. > > > > > > > I am now able to build and have the email sent out. > > > > > > > > > > > > > > Next thing I need to do is to get this working remotely. On my > > > > > > > remote machine I continue to get 100 response code even though > > > > > > > if I run the same command from the command prompt I get a huge > > > > > > > list of changes for the project. How can I trouble shoot the > > > > > > > 100 response code? > > > > > > > > > > > > > > > > > > > Typically, if you can run the SS command from the commandline > > > > > > and it works, you have a security issue. The service is > > > > > > probably failing when invoking SS (perhaps the account doesnt > > > > > > have proper privileges to > > > a > > > > > file or directory). > > > > > > > > > > > > nick.robinson > > > > > > site : www.fromconcept.co.uk > > > > > > blog : www.fromconcept.co.uk/weblog.aspx draco : > > > > > > www.sourceforge.net/projects/draconet > > > > > > > Thanks > > > > > > > Abdullah > > > > > > > > > > > > > > --- Abdullah Siddiqui <[EMAIL PROTECTED]> wrote: > > > > > > > > I downloaded draco-1.5-bin.zip from sourceforge. That does > > > > > > > > not > > > > > > > contain the > > > > > > > > file. Is there some other archive that I should download > > instead? > > > > > > > > > > > > > > > > Thanks > === message truncated === __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users