2012-05-17 8 views

risposta

11

Se si utilizza lo p4 review daemon, è sufficiente aggiungere il file alle "recensioni" dell'utente P4.

# A Perforce User Specification. 
# 
# User:  The user's user name. 
# Email:  The user's email address; for email review. 
# Update:  The date this specification was last modified. 
# Access:  The date this user was last active. Read only. 
# FullName: The user's real name. 
# JobView:  Selects jobs for inclusion during changelist creation. 
# Password: If set, user must have matching $P4PASSWD on client. 
# Reviews:  Listing of depot files to be reviewed by user. 

User: you 

Email: [email protected] 

Update: 2012/05/01 11:08:18 

Access: 2012/05/17 11:02:27 

FullName: Your Name 

Password: ****** 

Reviews: 
    //depot/directory/... 
    //depot2/dir2/file_to_review.cpp 
+0

Questa soluzione sembra corretta in base al collegamento e all'esempio. Anche se, non ho i privilegi per usare questo. Per ora, ho messo un orologio nelle preferenze del collaboratore del codice (poiché utilizziamo questo strumento per le nostre revisioni del codice). –

+0

Che tipo di notifica riceverò se implemento questo? Una notifica via email? Ho implementato questo ma non ho visto nessuna notifica. – Ludwi

+0

Dovrebbe essere un'e-mail, assicurarsi che l'amministratore di Perforce abbia seguito correttamente i passaggi nel link e che funzioni. – jgritty

Problemi correlati