cvs
MVC2 / nHibernate / nUnit Test Failed on Build Server
I have a C# 4.0 MVC 2 application using nUnit 2.5, nHibernat开发者_StackOverflow中文版e 2.1. I have a TestFixture that passes when ran locally (Windows 7 (64bit)), but fails when is compiled on the b[详细]
2023-03-20 03:58 分类:问答Why are Eclipse project folders marked Derived still showing up in the Synchronization view?
How can I get the Sync view to ignore my Derived folders in Eclipse? In the past, I recall that marking my Ant build output folders as Derived (right-click on folder, select properties, check the D[详细]
2023-03-19 22:05 分类:问答Version Control for code yet to be unit tested
My team has a dozen engineers, some of whom work on modules that will take 2-3 weeks to complete. Now we in开发者_开发知识库tegrate each module to the main branch of CVS only after unit testing is c[详细]
2023-03-19 18:34 分类:问答CVS and Git Deletion with Extreme Prejudice
Suppose that long ago somebody placed an important piece of Personally Identifiable Information in the comments of some source code.[详细]
2023-03-18 02:52 分类:问答Getting history from CVS archive
I\'m trying to automatically extract data from our cvs archive. When I do a log on our current revision, I can get all changes to the revision I am interested in for a single file:[详细]
2023-03-17 00:21 分类:问答Jenkins/Hudson fails when trying to retrieve code from CVS
Trying to configure Jenkins CI. Currently just running it from the .war (eventual intention as a service). Jenkins is aware of th开发者_如何转开发e CVS executable (i.e. will read the version [Concurre[详细]
2023-03-15 21:08 分类:问答Integrating Bugzilla with CVS/SVN
I am trying to integrate Bugzilla with CVS/SVN. So far, I have come across tools such as CVSZilla and ScmBug.[详细]
2023-03-13 13:31 分类:问答Eclipse vs. CVS: Same Modules, Multiple Branches/Tags
I work on two products, each residing in its own CVS module; call them B (Base) and D (Dependent). D is dependent on B; B can exist on its own. Typically I want to have them together in my IDE environ[详细]
2023-03-13 07:24 分类:问答Folders and files not showing in CVS Synchronize with Repository view in Eclipse
Going to the CVS repository perspective and viewing the files shows them, so they checked in just fine, and doing an update will bring them into the 开发者_如何学JAVAproject. It is only the synchroniz[详细]
2023-03-13 06:11 分类:问答How to compare a revision to its previous revision using CVS diff?
I am currently analyzing some CVS projects. Suppose 开发者_运维技巧I want to compare Foo.c (revision 5) to its previous revision (revision 4) and output the diff, can I use CVS diff to achieve this? ([详细]
2023-03-11 17:50 分类:问答