Revision 12008
Added by Aaron Marcuse-Kubitza about 11 years ago
trunk/web/links/index.htm | ||
---|---|---|
2147 | 2147 |
<DL><p> |
2148 | 2148 |
<DT><a name="svn" href="#svn"><H3 ADD_DATE="1367370827">svn</H3></a> |
2149 | 2149 |
<DL><p> |
2150 |
<DT><A HREF="http://stackoverflow.com/questions/757435/how-to-escape-characters-in-subversion-managed-file-names" name="http://stackoverflow.com/questions/757435/how-to-escape-characters-in-subversion-managed-file-names" ADD_DATE="1390608592" ICON_URI="http://cdn.sstatic.net/stackoverflow/img/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/stackoverflow/img/favicon.ico" style="margin-right: 0.5em;"/>** svn - How to escape @ characters in Subversion managed file names? - Stack Overflow</A><a name="** svn - How to escape @ characters in Subversion managed file names? - Stack Overflow" href="#** svn - How to escape @ characters in Subversion managed file names? - Stack Overflow" style="margin-left: 0.5em;">¶</a> |
|
2151 |
<DD>"You need only append an at sign to the end of the path [to escape any @s in it], such as news@11@. svn cares only about the last at sign in the argument, and it is not considered illegal to omit a literal peg revision specifier after that at sign" |
|
2150 | 2152 |
<DT><A HREF="http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html" name="http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html" ADD_DATE="1390247199" LAST_CHARSET="UTF-8"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>** svn switch (sw)</A><a name="** svn switch (sw)" href="#** svn switch (sw)" style="margin-left: 0.5em;">¶</a> |
2151 | 2153 |
<DD>- |
2152 | 2154 |
eg. after moving everything into /trunk/, do the following on all other working copies: |
... | ... | |
2158 | 2160 |
actually, you should force-replace the item: |
2159 | 2161 |
$ svn rm --keep-local <item> |
2160 | 2162 |
$ svn add <item> |
2163 |
<DT><A HREF="http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.advanced.props.special.ignore" name="http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.advanced.props.special.ignore" ADD_DATE="1390604139" LAST_CHARSET="UTF-8"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>Version Control with Subversion: Ignoring Unversioned Items</A><a name="Version Control with Subversion: Ignoring Unversioned Items" href="#Version Control with Subversion: Ignoring Unversioned Items" style="margin-left: 0.5em;">¶</a> |
|
2164 |
<DD>"[ |
|
2165 |
|
|
2166 |
Begins a character class definition terminated by ], used for matching a subset of characters" |
|
2161 | 2167 |
</DL><p> |
2162 | 2168 |
<DT><a name="git" href="#git"><H3 ADD_DATE="1365937546">git</H3></a> |
2163 | 2169 |
<DL><p> |
Also available in: Unified diff
web/links/index.htm: updated to Firefox bookmarks: svn: added steps to add a file containing
(append
to the path)