views:

581

answers:

1

Hi, I am trying to upload a solution with multiple projects but only the first project gets uploaded. When I try to load any of the others I get "Project cannot be added to Subversion because it is out of working copy"

The folder structure on the drive is

c:\myprojects\thisproject\project1
c:\myprojects\thisproject\project2
c:\myprojects\thisproject\project3

How the ^%&^%&^ do I remove a solution from the SVN library via visualSVN? I don't see a remove solution, just add a solition.

+1  A: 

I don't believe it's possible to remove a solution from SVN via VisualSvn. The options are either delete or export and only delete can be done, but that also removes the file from the solution and in most cases from the harddrive. VisualSvn offers minimal SVN features: update, commit, delete and branch commands.

I recommend if you are having problems with svn that you used Export from TortoiseSVN. Export removes all the .SVN folders from your solution and copies them to a new location.

If project1 is the root of your subversion repository, project2 or project3 will not add to your subversion repository.

Chuck Conway
yeah - use TortoiseSvn when VisualSvn fails you
Bramha Ghosh