|
Unix files being converted to Windows format We are using Telelogic Synergy Release 6.5.4096 running with Windows XP and Windows 7. When we archive Unix formatted files into a Synergy project, the file format gets converted to Windows/DOS (carriage return added).
Is there any way to prevent that from happening?
We'd like to keep our Unix files in that format, and our Windows files in that format. I don't see an option to set.
Thanks, Mike
|
|
|
Configuration Management and DevOps with Jez Humble and Bob Aiello In this excerpt from an interview recorded at this year's Better Software and Agile Development Practices East conferences, authors Bob Aiello and Jez Humble discuss the challenges and the rewards of instituting configuration management and DevOps practices.
|
|
|
Lessons Learned in Configuration Management Consulting CM is about process, but is also about the people who do the day-to-day work. This article by Leslie Sachs shows the lessons she learned from the demanding world of configuration management consulting.
|
|
|
In ClearCase, how can I copy files to relative paths using find I want to find all files in a baseline and copy them to a staging area. The command I started with is:
cleartool find . -version "lbtype(BASELINE1)" -exec "cmd /c copy %CLEARCASE_PN% \\share\baselines"
This works but puts all the files into the same directory and the relative paths are lost.
I have also tried :
cleartool find . -version "lbtype(BASELINE1)" -exec "cmd /c copy %CLEARCASE_PN% \\share\baselines\%CLEARCASE_PN%"
But this doesnt work as it copies all files to the same name and you get 1 file in the target dir called %CLEARCASE_PN%. Some help would be great - I am probably missing something small but cant see what it is.
James
|
|
|
In CA SCM, is it possible to extract a project's repository from SCM admin and put it into another project while retaining the version numbers for the code? I am currently using SCM for version control only and need to "split" a project into two different projects but I cant lose the versions. I already tried extracting and loading a repository but the versions get wiped out. Any help is much appreciated.
Thank you
|
|
|
Need help with Listing/Reporting Repo Content on conversion from PVCS/VM to Subversion I am involved in a migration from PVCS/VM into Subversion and am trying to workout/setup some "confidence building" reports to show/prove (both to me and to the end-user) that everything that was in PVCS has been migrated.
My generic process is:
1) List content of PVCS/VM ProjectDB using History/vlog
2) List content of PVCS/VM ProjectDB using SVNIMporter "list" option
3) Compare outputs - they should be identical. (I know the SVNIMporter only uses the PCLI commands so this is really only proving that PCLI works "twice" but it provides confidence that the "new" utility (SVNImporter) actually finds the right stuff)
4) Produce SVN DUMPs of the PVCS ProjectDB using SVNImporter "full" option
5) **** Is there an easy way to "list" the content of the dump to "prove" (of establish confidence) that it contains whats expected?
(I suspect the answer to this is NO) |
|
|
Is there an easy way for me to move this project back from 'prep' to 'shared' in CM Synergy 6.4 We have a few shared projects used as buckets for adhoc pieces of code, and it looks like one of them was checked in yesterday; they normally sit at 'shared' status, but one has now changed to 'prep' status and build managers are now unable to add new objects (permission denied to workarea folder).
Is there an easy way for me to move this project back from 'prep' to 'shared' that anyone knows?
Thanks in advance,
Ben
|
|
|
Why is services startup tab is missing in ClearCase? All of a sudden Services startup tab is missing in clearcase control panel applet.
Does any one about this error?
Pls Let me know the resolution.
|
|
|
Is ClearCase near its end-of-life with most new dev in Rational Team Concert? I was just wondering what the group thought.
Is ClearCase/ClearQuest nearing end of life since most of the new development at IBM/Rational is being done on Rational Team Concert?
It seems like all the new patches for both ClearCase and ClearQuest revolve around making it play nice inside Team Concert.
|
|
|
Cloud-Driven Development: Four Things You Need to Know With immediate availability, scalability, and dramatic cost savings, cloud computing is revolutionizing the way business works. While the economic justifications for this new technology cover a broad range of IT initiatives, developing software is perfect for the elasticity offered by the cloud.
|
|