Re: [GIT-P4] usage under Windows

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Maxim Gordienko <mgordienko@...>
Cc: <git@...>
Date: Wednesday, February 27, 2008 - 6:32 pm

Maxim Gordienko wrote:
 > What python distribution is preferred, included in cygwin or active=20
python?

Depends on what your system is. Are you using Git under Cygwin or MSys?=20
If you're using Cygwin normally, it's probably wise to use the cygwin=20
version of perforce too.

Here's what I do:
     1) Use MSys Git. It's faster. (http://code.google.com/p/msysgit/)
     2) Use native Perforce. It's faster.
     3) Get Python from python.org. There's a binary installer.


In perforce create your client spec somewhere where you don't see it.=20
You never need to touch these files, but they are needed to be able to=20
submit back to the perforce depot, if you need that. For cloning a=20
perforce depot, you don't need a checkout (git-p4 used 'p4 print' to get =

the files directly)

Keep in mind to always rebase your patches before submitting back to a=20
Perforce depot, since merges can be represented properly. So, a good=20
work practice is to
    1) Clone perforce branch
    2) work, work, commit, work, commit...
    3) git p4 rebase
    4) git p4 submit

Good luck!

--
=2Emarius
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT-P4] usage under Windows, Maxim Gordienko, (Fri Feb 22, 2:44 am)
Re: [GIT-P4] usage under Windows, Marius Storm-Olsen, (Wed Feb 27, 6:32 pm)
Re: [GIT-P4] usage under Windows, Maxim Gordienko, (Fri Feb 29, 2:48 pm)
Re: [GIT-P4] usage under Windows, Tor Arvid Lund, (Sat Mar 1, 7:44 am)
Re: [GIT-P4] usage under Windows, Marius Storm-Olsen, (Sat Mar 1, 11:53 am)
Re: [GIT-P4] usage under Windows, Maxim Gordienko, (Mon Mar 3, 3:24 pm)
Re: [GIT-P4] usage under Windows, Marius Storm-Olsen, (Fri Feb 29, 5:54 pm)
Re: [GIT-P4] usage under Windows, Maxim Gordienko, (Sat Mar 1, 3:41 am)
Re: [GIT-P4] usage under Windows, Marius Storm-Olsen, (Sat Mar 1, 5:50 am)