Bugs item #1614467, was opened at 2006-12-13 11:22
Message generated for change (Comment added) made by sean_gao
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1614467&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Sean GAO (sean_gao)
Assigned to: Nobody/Anonymous (nobody)
Summary: <cvs-checkout> ignores original files' encoding

Initial Comment:
It seems that the <cvs-checkout> task (or <cvs> with command="checkout") fails 
to retain the original encoding of the files on CVS:

We committed some files encoded in UTF-8 onto our CVS, however, when we use 
NAnt to checkout, these files lose their original UTF-8 encoding and become 
ANSI. 

If we try to <copy> with a specified (a.k.a. UTF-8) encoding, some of the 
characters are recoverable while quite a lot are lost permanently. Other CVS 
clients however(in our case Eclipse), handle it in the correct way.

We have tried to get more info on the scvs.exe that came bundled, but we found 
it somewhat difficult:

"scvs -H checkout" seems to require a CVS folder to be run in?

Any help, info, links, hints will be appreciated. Thanks.


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

>Comment By: Sean GAO (sean_gao)
Date: 2006-12-17 23:02

Message:
Logged In: YES 
user_id=1667126
Originator: YES

After adding this to our build file: <property
name="sourcecontrol.usesharpcvslib" value="false"/>, it works fine and as
expected. Seems this bug is somewhat related to sharpcvslib.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1614467&group_id=31650

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to