Showing posts with label Views. Show all posts
Showing posts with label Views. Show all posts

Friday, 19 November 2010

perforce implementation of clearcase like "views"

Best approach to working with perforce is to work in a user/feature branch then you can avoid checking into the trunk whilst still pushing your changes into the depot.

When creating a branch, you don't have to branch the entire trunk or source branch - you only need to branch the files you're working on - you can map the rest of the files into your branch via your client spec.

TBH - just buy & read 'Practical Perforce', it has heaps of useful info on how to do this and is very much worth the money if you're using perforce on a daily basis.

Another very useful feature of perforce is 'jobs' - often described only for bug tracking - it's much flexible and allows you to store a changelist history attached to a tag so allowing you to create 'metatags' and attach revisions to it i.e 'NightlyBuild' or 'BreakingChanges or whatever you want.
HTH.


View the original article here

Friday, 5 November 2010

Adding Perforce Views to Eclipse

How do I add Perforce views to other Eclipse perspectives?

The P4Eclipse plug-in provides a Perforce perspective with windows, views, and menus for using Perforce from within Eclipse. The views provided by P4Eclipse can be added easily to any perspective in Eclipse.

To add a Perforce view to an Eclipse perspective:

From the Window menu, select Show View | OtherIn the Show View dialog, open the Perforce folder. The Perforce views are displayed.Double-click a view to add the view to your current perspective. 

View the original article here