Re: [p4] P4Reports obsolete?
itechnology <[email protected]>
| Newsgroups | gmane.comp.version-control.perforce |
|---|---|
| Message-ID | <[email protected]> |
Posted on behalf of forum user 'itechnology'.
I have no idea about the quantify of data transiting, just that various things
are intergarted with internal tools that do things like initialize workspaces
for users, do semi-automatic integrating, etc....
Here are 2 sample queries i pulled out of our source-code
select o.depotfile, o.action, f.unresolved from opened o left join fstat f on
o.depotfile = f.filespec where o.change = {0}
select changes.change, fixes.job, changes.user, changes.date,
replace(changes.description, char(10), ' ') as description from fixes,
changes where fixes.job = '{0}' and changes.change = fixes.change and
changes.p4options = 'longdesc' and changes.status = 'submitted'
and changes.filespec = '{0}' order by 1 desc
--
Please click here to see the post in its original format:
http://forums.perforce.com/index.php?/topic/3521-p4reports-obsolete
_______________________________________________
perforce-user mailing list - [email protected]
http://maillist.perforce.com/mailman/listinfo/perforce-user