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
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 "runGetLatest" and "build" target
o
Title: vssget failed "access denied"
Access denied errors are usually related
to a lack of permissions to access the share… But if everything works
correctly when you do not include the version attribute then I’m not sure
what could be causing the problem… I’ve seen similar problems when
I
Title: vssget failed "access denied"
Dave,
You
have path="${filename}".
Does
the filename also consist of somethink like the $/Project/FileName.txt
syntax? That's the only thing I can think of.
Also, I took a look at your build file. You
only need to load the Nant.Contrib.Tas
I think I have successfully used the vss
cloaking feature before. What is this “no permissions on the directory”
bit? In my case I simply cloaked those folders I didn’t want to get and
vss didn’t get them. Of course, they are still checked for modifications
and that’s no good. You can filte
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
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
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,
,
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
Title: Message
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 an
absolute path to these attributes .. so , something like
this:
localpath="${root.dir}\Output\${somefi
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] VSSGet error in 08/02/04 build
All,
The current
Chris,
Which version of VSS are you using ? There is a known issue with in VSS 6.0d
regarding recursive get not wirking. I think a fix is availlable for this,
but i'm not sure.
Regards,
Nick
Original Message Follows
From: "Delaney, Chris" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <
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]
>
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
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
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
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
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
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
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
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
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
Well Peter, I don't know why I tried it, but I did:
user="Efetzer" localpath="D:\TestGetLatest\Development" recursive="true" replace="true" writable="true" dbpath="\\Server\Repository\srcsafe.ini" path="$/Centre/Development" label="Buil
Eric,
I
have had similar problems with VSSGET. I have been labeling my projects
when they get built with a build.revision number (.). Following
that, I call VSSGET using that label. I have not had it break on that call
like you are seeing ("Version not found") however I have sin
I
believe that there are some shortfalls to the NAnt task for VSS operations, but
not at the fault of NAnt. I think the sourcesafe COM DLL that NAnt uses
for VSS operations is limited (though it would seem not, cause I would think
that that's what VSS explorer uses). Perhaps I'm just missi
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 an specific
26 matches
Mail list logo