RE: RE: How to track changes with subversion
From: Tehn Chin <tehn_chin_at_aapl.com.au>
Date: 2007-01-16 23:45:40 CET
Is there a tool that can use to search through the history?
-- Tehn Yit Chin Embedded System Engineer, AAPL -----Original Message----- From: Kenneth Wood [mailto:kenneth.wood@e2open.com] Sent: Wednesday, 17 January 2007 5:01 AM To: ying lcs; users@subversion.tigris.org Subject: RE: How to track changes with subversion One approach is "naming conventions." I.e., have rules the entire team follows that includes the trouble ticket number and other information in a prescribed format so you can easily do history searches. -----Original Message----- From: ying lcs [mailto:yinglcs@gmail.com] Sent: Tuesday, January 16, 2007 11:40 AM To: users@subversion.tigris.org Subject: How to track changes with subversion Hi, I have a general question about how to track changes with subversion. Let say I have a trouble ticket #2. I check out the trunk from subversion. And after I am done with my changes , I call 'svn commit' and subversion will create a 'revision'. $ svn commit -m "Fix #2. Switch to use relative path" Sending sample/changeToOffical.sh Sending sample/changeToStandAlone.sh Transmitting file data .... Committed revision 8. But what if I realize my changes is incomplete, the I need to add more files. If I do a 'svn commit' again, subversion will create a new revision. What if there is another person will do a svn commit between my 2 'commit's? And when the build person builds a build with just my fix, how can he do it ? Since my fix now span in 2 revisions. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org - The contents of this email, and any attachments, are strictly private and confidential. - It may contain legally privileged or sensitive information and is intended solely for the individual or entity to which it is addressed. - Only the intended recipient may review, reproduce, retransmit, disclose, disseminate or otherwise use or take action in reliance upon the information contained in this email and any attachments, with the permission of Australian Arrow Pty. Ltd. - If you have received this communication in error, please reply to the sender immediately and promptly delete the email and attachments, together with any copies, from all computers. - It is your responsibility to scan this communication and any attached files for computer viruses and other defects and we recommend that it be subjected to your virus checking procedures prior to use. - Australian Arrow Pty. Ltd. does not accept liability for any loss or damage of any nature, howsoever caused, which may result directly or indirectly from this communication or any attached files. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jan 17 00:34:56 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.