Showing posts with label files. Show all posts
Showing posts with label files. Show all posts

Monday, November 15, 2010

Re: Removing Contrib files in Views.

This question is not answered.
Permlink Replies: 1 - Pages: 1 - Last Post: Nov 10, 2010 1:20 AM Last Post By: Mr.India Threads: [ Previous | Next ]
Posts: 57
Registered: Jul 06, 2007 02:02:51 AM Removing Contrib files in Views.
Posted: Nov 10, 2010 01:12:59 AM Hello Friends,

I want *.contrib files in my views. Our CC admin everytime warning us to remove view private files. If anybody have the single and simple command, please do let me know.

Also my dynamic views are occupying a lot of space in fileservers. I want to free some of the space. What can I do?

Thanks!!!

BR,
NeThA.


Posts: 57
Registered: Jul 06, 2007 02:02:51 AM Re: Removing Contrib files in Views.
Posted: Nov 10, 2010 01:20:56 AM   in response to: Mr.India in response to: Mr.India's post Errata: I want to remove *.contrib files in my views.Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here

Sunday, November 14, 2010

Removing Contrib files in Views.

This question is not answered.
Permlink Replies: 1 - Pages: 1 - Last Post: Nov 10, 2010 1:20 AM Last Post By: Mr.India Threads: [ Previous | Next ]
Posts: 57
Registered: Jul 06, 2007 02:02:51 AM Removing Contrib files in Views.
Posted: Nov 10, 2010 01:12:59 AM Hello Friends,

I want *.contrib files in my views. Our CC admin everytime warning us to remove view private files. If anybody have the single and simple command, please do let me know.

Also my dynamic views are occupying a lot of space in fileservers. I want to free some of the space. What can I do?

Thanks!!!

BR,
NeThA.


Posts: 57
Registered: Jul 06, 2007 02:02:51 AM Re: Removing Contrib files in Views.
Posted: Nov 10, 2010 01:20:56 AM   in response to: Mr.India in response to: Mr.India's post Errata: I want to remove *.contrib files in my views.Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here

Saturday, November 13, 2010

Accessing files in ClearCase through PowerShell

I am trying to copy some files out of ClearCase using PowerShell. I don't need to actually check them out - it's part of a build process, so I just want to be able to grab copies of them.

My guess is that I need to use cleartool, perhaps with "find", but I'm having trouble actually getting to the files that I want. No matter what "paths" I use I always get an error message. For example:

cleartool find My_VOB\A_Folder\A_Subfolder -print

gives me the error message, "No such file or directory."

I'm trying to make this script reusable by everyone in our development group, so I'd prefer not to have it tied to any specific view. Do I need to create a view on the fly to work with ClearCase?

Thanks for any help or advice!


View the original article here