...
Panel | ||||||
---|---|---|---|---|---|---|
Quick Links to:
|
Panel | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Anchor | | Creating an SVN patch file | Creating an SVN patch file | |||||||||||||
indent | 1 | 1 |
In *Save Patch*: select *In file System* and enter the *path/to* and *patch file name*. In my example my *path/to* is C:\tmp\ and my *patch file name* is csf-common-legacy.patch.
In *Include changes*: uncheck anything that begins with a *dot* (i.e. .settings, .project, .classpath, etc).
Your dialog should look similar to the following: |
When you are satisified that everything is correct, click Next.In the Advanced options panel, do the following:
{indent} !svnPatch003.jpg! When you are satisified that everything is correct, click *Next*. # In the *Advanced options* panel, do the following: {indent:1} In *Patch Options*: select *Recurse into sub-folders*, *Process deleted resources* and *Process new resources*. In *Patch Root*: select *Project*. |
When you are satisfied that everything is correct, click Finish.Your patch file has now been created with the file name and in the directory that you had specified above. If you open your patch file for editing you will see a series of entries similar the following:
{indent} !svnPatch004.jpg! When you are satisfied that everything is correct, click *Finish*. # Your patch file has now been created with the file name and in the directory that you had specified above. If you open your patch file for editing you will see a series of entries similar the following: {code} Index: src/main/java/edu/mit/common/dao/academic/hibernate/HibernateAcademicTermDao.java =================================================================== --- src/main/java/edu/mit/common/dao/academic/hibernate/HibernateAcademicTermDao.java (revision 308) +++ src/main/java/edu/mit/common/dao/academic/hibernate/HibernateAcademicTermDao.java (working copy) @@ -11,7 +11,7 @@ import edu.mit.common.dao.academic.AcademicTermDao; import edu.mit.common.dao.core.hibernate.AbstractHibernateDao; import edu.mit.common.domain.academic.AcademicTerm; - + /** * Describe this class. * |
{code}
{text}
test
{text}
h4. {color:green}Creating an SVN patch file is now complete.{color}
|