[p4] Perforce and Apache
Dave Lewis
dlewis78731 at gmail.com
Sat Mar 24 11:25:38 PST 2007
just an opinion, but I wouldn't put any perforce or vss or source
control stuff into
ant etc. Those tools are for building and should not be strongly tied
to the source
control system. That makes switching source control much easier, and also
makes stuff like escrow (and the possibility of escrow builds) much easier.
I usually surround the build task with an scm shell that takes care of getting
the right source, then the build stuff just builds it.
I'm sure there are lots of reasons to do it otherwise...
dave
More information about the perforce-user
mailing list