| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head> |
| <title>Ignoring resources from version control</title> |
| <meta name="copyright" content="Copyright (c) 2005-2007 Polarion Software. All rights reserved. This page is provided under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Alexander Gurov."/> |
| <LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"/> |
| </head> |
| <body> |
| |
| <table cellpadding = "0" cellspacing = "0" border = "0" width = "100%"> |
| <tr> |
| <td class="head_picture"> |
| <img src="../../images/guide_1.gif"/> |
| </td> |
| <td class="head_picture" width="100%" align="right"> |
| <img src="../../images/guide_2.gif"/> |
| </td> |
| </tr> |
| </table> |
| <h3>Ignoring resources from Version Control</h3> |
| <p>There is sometimes a necessity to ignore some resources while synchronizing. For example some temporary files were created and have been used by the IDE or some files used only by specific developer located in the project folder, of course there is no necessity to commit them and even to let the Subversion® care about them. That's why the svn:ignore facility is added. To add a resource to svn:ignore the user should select the resource choose <i>'Team>Add to svn:ignore...'</i> menu item from a resource pop-up menu or <i>'Add to svn:ignore...'</i> of SVN main menu group.</p> |
| <p>This is how the <i>'Add To svn:ignore Dialog'</i> looks like:</p> |
| <img border = "0" src="../../images/add_to_ignore.png" alt="Ignore dialog"/> |
| <br/> |
| <img border="0" src="../../images/rel_tops.png" alt="Related topics"/> |
| <br/> |
| <a href="../../teamSupport/svn_main_menu.html">'SVN' main menu group</a> |
| </body> |
| </html> |