Monday, 15 March 2010

tortoisesvn - Delete repository from local with effect server data? -


I just want to delete my repository in my local PC because size is too big, I think all files are stored in SVN server And removes SVN on the local PC so that all files are backed up on the server. help please.

By FTP or Samba you can map to a network drive instead of the repository on the server. This will allow you to access files directly (edit a project in an IDE, etc.) and work directly on the server without any local hard drive space.

Keep in mind, if you are using your repository for code, then the compilation will be the most limited by your network connection.

No comments:

Post a Comment