Hi Albert, Just make sure you keep your solution files with the projects. For instance, if you have the solution file in C:\Projects\MySolution, all the code that belongs to that solution must be in a directory below C:\Projects\MySolution, rather than a completely different directory (eg: D:\Code\MySolution).
If you need to make use of other projects as libraries, use SVN externals to include them under the solution folder in the working copy. If you're doing web development work, don't forget that you can mount the project as a virtual directory in IIS, so there's no need for it to exist in the C:\Inetpub\wwwroot folder. Just go to the project properties, then on the Web tab, enter the Project URL you want to use and click Create Virtual Directory. Carey On Fri, Dec 12, 2008 at 10:17 AM, synapse88 <[email protected]> wrote: > > When I try to set my working copy root i get the following message. > > "Error setting working copy root > Working copy path resides in a different device than solution path" > > I have my webcode/files on my C drive, under a folder I created called > projects. > > Is there a way I can leave my files under C:\Projects and get this > program to work? > > Thanks, > > Albert >

