The Artima Developer Community
Sponsored Link

Java Buzz Forum
A few simple p4 notes

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Winters

Posts: 931
Nickname: cwinters
Registered: Jul, 2003

Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
A few simple p4 notes Posted: Aug 4, 2005 10:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Chris Winters.
Original Post: A few simple p4 notes
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Latest Java Buzz Posts
Latest Java Buzz Posts by Chris Winters
Latest Posts From cwinters.com

Advertisement

This is for the next time I open-for-edit in p4 a bunch of files before going out of town:

# show all filenames opened for edit on the client with
# different content than what's in the depot
$ p4 diff -sa
 
# show all filenames opened for edit on the client with
# identical content as what's in the depot
$ p4 diff -sr

I like 'svn status' more (particularly since it works offline), but this is better than a stick in the eye. In theory I could do better with Perforce's proxy (run a local server on your machine then sync the servers) or maybe svk (which works with SVN and P4), but I haven't got enough tuits for the stuff already on my plate...

Read: A few simple p4 notes

Topic: Solving Spam Problem The Russian Way Previous Topic   Next Topic Topic: Can JSF speed up Web application development?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use