But it has already been identified as a bug in vssget task of NANT 
that if we try to use vssget with label specified in the argument, it
doesn't work.

Vssget works fine if we don't specify a label.

Below is the link for more reference
************************************************************************
************

Bugs item #1149608, was opened at 2005-02-23 00:53 Message generated for
change (Comment added) made by mndang You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1149608&gro
up_id=54790

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: smidha (smidha)
Assigned to: Nobody/Anonymous (nobody)
Summary: How to get labeled file from vss using <vssget> task

Initial Comment:
I'm using <vssget> to get the file from vss. I want to get the files
from vss with a specified label. 

How this can be achieved using <vssget> task?
Is there any other way to accompalish the same.

Thanks


----------------------------------------------------------------------

Comment By: Michael Dang (mndang)
Date: 2005-03-29 15:05

Message:
Logged In: YES
user_id=833138

use the version attribute.  It should be the same as your label.  Also u
have to use VSS 6.0c

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1149608&gro
up_id=54790

************************************************************************
**********************************************

Thanks
Shelly 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Glenn
Sent: Friday, September 16, 2005 9:43 PM
To: 'nant-users@lists.sourceforge.net'
Subject: RE: [Nant-users] Solution task and VSSGET

Hi,

I think the solution to this problem is more to do with the way you
manage your source control processes rather than a technical one.  We
use labels within our PVCS repository to label all files associated with
a particular release .  Thus, a solution file with a label of say
MyAPP_ReleaseDate_18_09_2005_r1 is associated with all the files
required for that release.  If you remove files from your solution, you
re-label the solution in SourceSafe after you check the solution back
in, but remember not to label the solution files that are excluded from
the project.  When checking the files out of our source control
management system, we retrieve the relevant label.

Regards

Glenn

Glenn Wilson
When you have a hammer everything looks like a nail. Anonymous
Important: Fidelity Investments International, Fidelity Investment
Services Limited, Fidelity Pensions Management and Financial
Administration Services Limited (a Fidelity Group company) are all
authorised and regulated in the UK by the Financial Services Authority
and have their registered offices at Oakhill House, 130 Tonbridge Road,
Hildenborough, Tonbridge, Kent TN11 9DZ.
Tel 01732 361144. Fidelity only gives information on products and does
not give investment advice to private clients based on individual
circumstances.
Any comments or statements made are not necessarily those of Fidelity.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you received this in error, please contact the sender and
delete the material from any computer. All e-mails sent from or to
Fidelity may be subject to our monitoring procedures. Direct link to
Fidelity's website.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hogg,
Russell E.
Sent: 16 September 2005 16:23
To: 'nant-users@lists.sourceforge.net'
Subject: [Nant-users] Solution task and VSSGET


Hi All,
I have a simple question, perhaps it's just confusion on my part.

My current NANT script can get the latest from VSS and then do the BUILD
based on the SOLUTION.
All this grand, I just have one bit of trouble, things that have been
removed form the solution yet are still in VSS (valid parts of my
history) come down with the getlatest.

Is there a way to get latest on a SOLUTION (like the DEV environment
does)?
I don't want to remove those items from VSS, but I don't want them to be
pushed out either.
I'm pretty sure I can parse through the SOLUTION and then the PROJ files
and build something myself maybe via XSL.

I just wanted to check before i reinvented the wheel.

Thanks

-Russ








____________________________________________
[EMAIL PROTECTED]
478.744.2367

____________________________________________
How healthy is your software process?
Take the "Joel Test":
http://www.joelonsoftware.com/articles/fog0000000043.html





-------------------------------
-- Even though this E-Mail has been scanned and found clean of
-- known viruses, OPM can not guarantee this message is virus free.
-------------------------------
-- This message was automatically generated.
-------------------------------oo


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your
very
own Sony(tm)PSP.  Click here to play:
http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to