Re: Visual Source Safe problems

2002-01-16 Thread Blair Jennings
When run from the command line it seems to work fine; just when I run it through a Java process does the system hang. I have sort of fixed the problem ( We use a task scheduler to fire off the nightly build; so I moved the vssget off into its own batch run which runs two hours before the main buil

Re: Visual Source Safe task problems

2002-01-16 Thread Dean Hiller
I have seen it before when my network went down in the middle of the get due to code red virus. When my network is stable, I have seen absolutely no problems and I have a build go off every hour and relabel. Dean -- To unsubscribe, e-mail: For additional commands,

RE: Visual Source Safe task problems

2002-01-16 Thread Jon Skeet
> The problem I am having is this: we have a VSS depository > living out on a > Samba share which we have mounted. When the vssget task fires > it retrieves > all of the files in the project; but ss.exe never exits and > ant hangs until > the GC comes through and cleans up. Causing ss to crash

Visual Source Safe task problems

2002-01-16 Thread Blair Jennings
Hi, The problem I am having is this: we have a VSS depository living out on a Samba share which we have mounted. When the vssget task fires it retrieves all of the files in the project; but ss.exe never exits and ant hangs until the GC comes through and cleans up. Causing ss to crash on exit. Has

RE: visual source safe

2001-12-12 Thread Oleg Alexeyev
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 11:35 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > seems to work fine from ant now. problem I've got now is: > >

RE: visual source safe

2001-12-10 Thread Shvartsburd, Feliks
Look at the mail I originally sent you. There is -I flag indicating to ignore things like yes, no etc. -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 12:35 PM To: 'Ant Users List' Subject: RE: visual source safe seems to work

RE: visual source safe

2001-12-10 Thread Nathan Coast
(extremely) off topic for the ant-user group. Thanks Nathan > -Original Message- > From: Oleg Alexeyev [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 8:23 PM > To: Ant Users List > Subject: RE: visual source safe > > > > -Original Message-

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 11:14 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > argggh! > > 4 hours fo

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
> -Original Message- > From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 11:11 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > I'm using 5.0. I think you do need to specify CP in order to get

RE: visual source safe

2001-12-10 Thread Nathan Coast
asted time. Thanks again > -Original Message- > From: Oleg Alexeyev [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 8:08 PM > To: Ant Users List > Subject: RE: visual source safe > > > > -Original Message- > > From: Nathan Coast [mailto:[E

RE: visual source safe

2001-12-10 Thread Shvartsburd, Feliks
t: RE: visual source safe > -Original Message- > From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 10:52 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > To do ss get you need to first set project to be

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
> -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 11:06 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > from cmd line I use: > > C:\dev\components\mls-web>ss get $/Branc

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
> -Original Message- > From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 10:52 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > To do ss get you need to first set project to be a current project. To do

RE: visual source safe

2001-12-10 Thread Nathan Coast
Ant Users List > Subject: Re: visual source safe > > > Nathan, > > I was able to get it to work. > > Hmm ... before trying to get it to work via ant, I would > first make sure it works via cmd line. Just out of curiosity > ... what's the syntax you used for

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
> -Original Message- > From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 10:57 PM > To: 'Ant Users List' > Subject: RE: visual source safe > > > And to get sources based on label do the following: > > ss Get $

RE: visual source safe

2001-12-10 Thread Shvartsburd, Feliks
Nathan Coast [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 11:50 AM To: Ant User (E-mail) Subject: visual source safe hi, quick question, has anyone managed to do a 'get' from vss using labels? I keep getting 'version not found' when I exec vss from ant (I als

RE: visual source safe

2001-12-10 Thread Oleg Alexeyev
10:50 PM > To: Ant User (E-mail) > Subject: visual source safe > > > hi, > > quick question, has anyone managed to do a 'get' from vss using labels? I > keep getting 'version not found' when I exec vss from ant (I also get the > error from the cmd li

Re: visual source safe

2001-12-10 Thread Magesh Umasankar
From: "Nathan Coast" <[EMAIL PROTECTED]> > quick question, has anyone managed to do a 'get' from > vss using labels? I keep getting 'version not found' > when I exec vss from ant (I also get the http://marc.theaimsgroup.com/?t=10053354321&r=1&w=2 Look at the above thread. The not

RE: visual source safe

2001-12-10 Thread Shvartsburd, Feliks
) Subject: visual source safe hi, quick question, has anyone managed to do a 'get' from vss using labels? I keep getting 'version not found' when I exec vss from ant (I also get the error from the cmd line). I'm begining to suspect vss doesn't work. wouldn't be t

Re: visual source safe

2001-12-10 Thread Felice Vittoria
Nathan, I was able to get it to work. Hmm ... before trying to get it to work via ant, I would first make sure it works via cmd line. Just out of curiosity ... what's the syntax you used for the command line? Felice -- On Mon, 10 Dec 2001 19:50:04 Nathan Coast wrote: >hi, > >quick q

visual source safe

2001-12-10 Thread Nathan Coast
hi, quick question, has anyone managed to do a 'get' from vss using labels? I keep getting 'version not found' when I exec vss from ant (I also get the error from the cmd line). I'm begining to suspect vss doesn't work. wouldn't be the first bug in a microsoft product :) get works fine as long

Re: Visual Source Safe....

2001-05-24 Thread Nico Seessle
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 3:07 PM Subject: Visual Source Safe > > Folks, > Is there any tag in the library that when called will determine in all > files are checked into VSS Assuming

Visual Source Safe....

2001-05-24 Thread Niall . McGrath
Folks, Is there any tag in the library that when called will determine in all files are checked into VSS cheers, Niall Email: [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solel