thebrain is eager to work.
Creates decode.v
Edits alu.v
Must commit these to the repository. So pinky can see them.
prompt> svn add decode.v
prompt> svn commit -m "added decode and made changes to alu"
Sending alu.v decode.v
Committed revision 25.
prompt>
How to check if pinky did
something and commit to repository?
Check
status of working copy against repository;
prompt> svn status -u
Status against revision: 25
Since no messages are reported by svn status, it means no other
changes are in the repository. The working copy is up to date.
Either pinky has done no work, or the work he's done has not been
committed to the repository.
|