Peri Hartman
Peri Hartman

Reputation: 19484

How to delete workspace?

How do I delete a workspace that I created in the wrong place?

I'm completely new to svn. Just installed svnslik and got far enough to create a repository and then a workspace. However, it added one more level of directory than I expected so I want to remove the workspace and recreate it.

Upvotes: 2

Views: 1274

Answers (1)

David W.
David W.

Reputation: 107050

No problem. Just delete the workspace directory using your current operating system's command. All the information that makes it a Subversion workspace is embedded in the .svn directory in the root of your workspace.

Unlike Perforce or ClearCase, the Subversion repository server does not track workspaces.

Upvotes: 4

Related Questions