[NAnt-users] Vssget not pulling labeled files recursively

2009-02-16 Thread Munavar Rashid
Hi I'm trying following code to recursively get labeled versions from vss. I'm labeling before the get operation and I've checked in VSS that files are getting labeled correctly. My labels are of the assembly version format x.x.x.x. but I'm noticing that only the root level files are getting br

[NAnt-users] vssget specific version

2007-10-11 Thread Sam Gardiner
I'm using vssget and have run into this bug http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg07025.ht ml which links to an MS hotfix article http://support.microsoft.com/default.aspx?scid=kb;en-us;837417 but i'm not sure where to apply the hotfix.. is it a server or a client hotf

Re: [NAnt-users] vssget is not working

2007-05-17 Thread DinkaYa
It did! Thank you! Dina, You're not actually executing the "runGetLatest" target. Try changing the build target like this: ... This will cause the "runGetLatest" target to get executed when you run the "build" target. Alternatively, you could specify both the "runGetLates

Re: [NAnt-users] vssget is not working

2007-05-17 Thread Gert Driesen
e "runGetLatest" and "build" target on the command line: NAnt.exe -f: runGetLatest build Hope this helps, Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa Sent: donderdag 17 mei 2007 11:00 To: nant-users@lists.sourcefor

[NAnt-users] vssget is not working

2007-05-17 Thread DinkaYa
Hi, I'm very new to NAnt, I'm trying to do some basic staff with NAnt, read this article here: http://www.15seconds.com/issue/040621.htm Having trouble with vssget, it doesn't see to be doing anything, the build goes successfully, no error messages or anything, but I don't see that it gets the la

[NAnt-users] vssget: get only certain file types?

2006-11-07 Thread Roland Müller
Hello, is it possible to get only certain file types with the vssget task, e.g. *.cs? vssget works very well but we don't need for example alle the solution files or project files. Considering the vssget documentation it seems not possible, am i right? Thanks in advance. -- Mit freundlichen Gr

[Nant-users] VSSGET failure - Failed to open database: The specified module could not be found.

2005-09-08 Thread Mark Blewett
I just started encountering this error yesterday, after months of no issues. In fact, the AM build yesterday even worked fine but the PM scheduled build failed. I have spent the better part of the last 24-hrs trying to determine the cause of this problem. I have the latest stable release of b

RE: [Nant-users] vssget failed "access denied"

2005-01-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
thing very similar to what CruiseControl.NET does already. I’d suggest you look at it if you haven’t already.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Risler, Dave Sent: Monday, January 31, 2005 12:14 PM To: nant-users@lists.sourceforge.net Subject: [Nant-use

RE: [Nant-users] vssget failed "access denied"

2005-01-31 Thread Felice Vittoria
ou only need to load the Nant.Contrib.Task assembly .. you don't need to add the other two.     HTH, Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Risler, DaveSent: Monday, January 31, 2005 2:14 PMTo: nant-users@lists.sourceforge.netSubje

[Nant-users] vssget failed "access denied"

2005-01-31 Thread Risler, Dave
Title: vssget failed "access denied" Hi, I am getting a “access to file denied” error message from our build file.  Has anybody seen this before? I’ve attached our full build file and the failing snippet below.  If I just do a latest, no problems writing to the VSS working dir, but we nee

RE: [Nant-users] VSSGET and Security

2004-11-22 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
configuration bit holding you back…   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Shay Sent: Sunday, November 21, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: [Nant-users] VSSGET and Security   Hello All   In my Nant Script I am using VSSGET to get

[Nant-users] VSSGET and Security

2004-11-22 Thread Stuart Shay
Hello All   In my Nant Script I am using VSSGET to get the latest copy of my Source Code from VSS.          user="${vssuser}" password="${vsspass}" localpath="${deploy.dir}\source" recursive="true" replace="true" writable="t

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
example you were trying to give relative paths and that confused VSS.   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thirupputkuzhi, Sanjay Sent: Thursday, October 21, 2004 5:34 AM To: 'Felice Vittoria'; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGE

Re: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject

2004-10-21 Thread Thibaut Barrère
r anyone else. > > Felice > > -Original Message- > From: Thirupputkuzhi, Sanjay [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 7:34 AM > To: Felice Vittoria; [EMAIL PROTECTED] > Subject: [SPAM] - RE: [Nant-users] VSSGET Question - Email found i

RE: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject

2004-10-21 Thread Felice Vittoria
x27;t speak for anyone else.     Felice -Original Message-From: Thirupputkuzhi, Sanjay [mailto:[EMAIL PROTECTED]Sent: Thursday, October 21, 2004 7:34 AMTo: Felice Vittoria; [EMAIL PROTECTED]Subject: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject Felice,

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Thirupputkuzhi, Sanjay
, October 21, 2004 7:49 AMTo: Thirupputkuzhi, Sanjay; [EMAIL PROTECTED]Subject: RE: [Nant-users] VSSGET Question Sanjay,   What version of Nant and Nant Contrib tasks are you using?  Are you using the latest ( 0.85 ) ?   As far as localpath and path ...   what I like to do is give

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Felice Vittoria
utput\${somefile.extension}" path="$/{project.tree}/${somefile.extension}"   HTH, Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Thirupputkuzhi, SanjaySent: Wednesday, October 20, 2004 11:56 AMTo: '[EMAIL PROTECTED]'S

[Nant-users] VSSGET Question

2004-10-20 Thread Thirupputkuzhi, Sanjay
Title: Message Hi all,   A quick question on getting a file from vss to a local directory.           localpath="Output"    replace="true"    usemodtime="true"    writable="false"   

Re: [Nant-users] VSSGet error in 08/02/04 build

2004-08-02 Thread Gert Driesen
This is now fixed in cvs. Thanks for the report. Gert - Original Message - From: "Gifford, Noel" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:53 PM Subject: [Nant-users] VSSGe

[Nant-users] VSSGet error in 08/02/04 build

2004-08-02 Thread Gifford, Noel
All, The current build (8/2/04) no longer successfully executes the task for me. What changed? The following target has been working for months and now gives an error: Thanks, Noel C:\Projects\Storefront-CI>startnant GetSource.Extra C:\Projects\Storefront-CI>echo

[Nant-users] vssget - system.argumentexception

2004-06-29 Thread sriram.rajamanuri
Title: Message Hi,   I kinda digged through the archieves - Hence this mail.   When I am using the vssget task, it gives me an 'System.ArgumentException' during build saying that the xmlnode has not been mapped.   Following is the build file:     password="password" 

RE: [Nant-users] Vssget by label

2004-05-07 Thread Nicolas V.
o: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: [Nant-users] Vssget by label Date: Thu, 6 May 2004 10:08:26 -0400 I am having problems with vssget when I add the version attribute. When I add the version attribute only the root project is coming down, not the sub-direct

[Nant-users] Vssget by label

2004-05-06 Thread Delaney, Chris
Title: Vssget by label I am having problems with vssget when I add the version attribute.  When I add the version attribute only the root project is coming down, not the sub-directories.  If I remove the attribute all the files get pulled. My targets are :         [Nant-users] VSSGet Labeling bug
Hi, I am using Nant 0.8.3 and VSS6.0c. Here is the issue. When I recursively label a whole project with many subprojects and with files at the root of the project and do a vssget by the label, the vssget task works correctly. The second time I apply a different label on the same project but w

RE: [Nant-users] VSSGet and subprojects question or bug?

this while searching for solutions to their problem and > apologies if > it is a complete red herring > > Richard > > -Original Message- > From: Michael Dang [mailto:[EMAIL PROTECTED] > Sent: 18 August 2003 16:24 > To: Daniel Nguyen; brian; [EMAIL PROTECTED] >

RE: [Nant-users] VSSGet and subprojects question or bug?

blem and apologies if it is a complete red herring Richard -Original Message- From: Michael Dang [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 16:24 To: Daniel Nguyen; brian; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and subprojects question or bug? Daniel, I just tried it witho

RE: [Nant-users] VSSGet and subprojects question or bug?

ou try without the version attribute and let it get the > latest version > to see if it would work? > > daniel > > > -Original Message- > From: Michael Dang [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2003 5:12 PM > To: brian; [EMAIL PROTECTED] > Su

RE: [Nant-users] VSSGet and subprojects question or bug?

al Message- From: Michael Dang [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 5:12 PM To: brian; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and subprojects question or bug? Yup, I'm sure the label is applied correctly. I even gave it a new label. I tried the VSS command

RE: [Nant-users] VSSGet and subprojects question or bug?

Working with nant 0.8.3 rc2 and the NAnContrib version included and VSS 6.0c, this works for me, with and without the version attribute specified. Nick From: Michael Dang <[EMAIL PROTECTED]> To: brian <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and

RE: [Nant-users] VSSGet and subprojects question or bug?

Yup, I'm sure the label is applied correctly. I even gave it a new label. I tried the VSS command line and it got everything I wanted recursively. Therefore, it must be the VSSGet task with version = to a label that fails to get all the subprojects within the designated Path attribute. Anyone g

RE: [Nant-users] VSSGet and subprojects question or bug?

Yeah. I mentioned that on a few post about VSS6.0 versions. I am using VSS v6.0d. I tried the forward slashes as well and had the same results. :( I am not sure what version on NantContrib came with Nant v0.8.3 RC2. How can i tell? --- brian <[EMAIL PROTECTED]> wrote: > > I have seen some pos

RE: [Nant-users] VSSGet and subprojects question or bug?

Hi, I am using Nant v0.8.3 rc2. My variable ${VSSRepositoryPath} is set something like this: $\nextGen\Code\Core\Components\Component1 Within the Component1 project contains the csproj and .cs files and the 2 subprojects under it contain some other important .cs files. I do a VSSLabel task befor

[Nant-users] VSSGet and subprojects question or bug?

Hi, I am using this call to get all the files within a specific VSS repository project (a.k.a. folder). It will recursively get the files in the root project specified in "path", but it does not get the subprojects within that root project. Is this a bug or the intended functionality of only get

RE: [Nant-users] VSSGET

Dude, THANKS!Michael Dang <[EMAIL PROTECTED]> wrote: Hi All,I had the exact same problem. With the help from Nick in anotherpost about VSSGET on this forum, I was able to find the problem thatworked for me. Initially, I was using VSS 6.0a and upgraded to6.0d. This resolved the problem for me. I thi

RE: [Nant-users] VSSGET

Hi All, I had the exact same problem. With the help from Nick in another post about VSSGET on this forum, I was able to find the problem that worked for me. Initially, I was using VSS 6.0a and upgraded to 6.0d. This resolved the problem for me. I think also 6.0c will do the trick as well. mi

RE: [Nant-users] vssget - version=

l failure on text labels, I'm not sure how to fix the problem.  Otherwise, I have had good luck with the VSS tasks.   Peter     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Wednesday, July 30, 2003 16:24To: Nant UsersSubject: [Nant-users] v

RE: [Nant-users] vssget - version=

27;m not sure how to fix the problem.  Otherwise, I have had good luck with the VSS tasks.   Peter     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Wednesday, July 30, 2003 16:24To: Nant UsersSubject: [Nant-users] vssget - versio

[Nant-users] vssget - version=

I'm trying to get vssget based on a label working.  It works well for me without a label.  I'm using nantContrib from 6/3/2003.  Here's my .build file:           user="Efetzer"    localpath="D:\TestGetLatest\Development"    recursive="true"    replace="true"    writable="true"  

RE: [Nant-users] VSSGET

uesday, July 15, 2003 17:38To: Nant UsersSubject: [Nant-users] VSSGET Does anyone know of a way to use vssget on specific file types?  For example:           user="Dude"    localpath="D:\TestGetLatest\SpecificFileTypes"    recursive="true"   

[Nant-users] VSSGET

Does anyone know of a way to use vssget on specific file types?  For example:           user="Dude"    localpath="D:\TestGetLatest\SpecificFileTypes"    recursive="true"    replace="true"    writable="true"    dbpath="\\VSS_Proj\srcsafe.ini"    path="$/Project/**.css"   

RE: [Nant-users] vssget version labeled

sorry for that easy one..   version="name-of-the-label"   -Mensaje original- De: Javier Ochoa Lopez Enviado el: vie 03/01/2003 12:02 Para: [EMAIL PROTECTED] CC: Asunto: [Nant-users] vssget version labeled Does anybody know if there is a way to get the files of a

[Nant-users] vssget version labeled

Does anybody know if there is a way to get the files of an specific labeled version from SourceSafe? I only know these options:      dbpath="${vss.ini}"   recursive="true"    user="${vss.user}"    password="${vss.password}"    path="${vss.path}"    writable="true"   replace="false"