Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I was searching for a similar answer and was able to piece together this (surprisingly easy) solution. Assuming, that is, <em>IF</em> you have access to login to the actual server (machine) that runs the VisualSVN server. <em>And</em> you're the only dev. working on it (or can easily tell other dev's about the change so they can follow suit).</p> <p>Server-side:</p> <ul> <li><p>Login to said server, open the "VisualSVN Server Manager" (GUI)</p></li> <li><p>Right there on the home/start page, under "Repositories", click the "Import existing repository..." Specify source &amp; destination (it will create new folder for destination).</p></li> </ul> <p>Client-side (meaning, your computer/folder where you've stored your working-copy project/files &amp; actually work on them in Visual Studio):</p> <ul> <li>in Windows Explorer, open up said project's folder and right-click, then under "TortoiseSVN" -> click Relocate... ; it will ask for the SVN URL of the new repository, and then prompt you "are you sure?" (say yes).</li> <li>Verify that you can view the whole SVN log history, do an SVN-update, etc. (whatever you feel comfortable with)</li> </ul> <p>Server-side:</p> <ul> <li>Delete (using VisualSVN Server Manager, still) the old repository.</li> </ul> <p>Again, you need to tell all other developers working on this project about the rename, because each one (each 'client') needs to do the SVN Relocate thing.</p> <p>If that situation doesn't apply, you'd need to delve more into VisualSVN Server admin-tools: <a href="http://www.visualsvn.com/support/svnbook/reposadmin/maint/" rel="nofollow">http://www.visualsvn.com/support/svnbook/reposadmin/maint/</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload