SVN EXPORT to Remove From Source Control -


i trying remove folder source control. want leave local folder alone , have no longer associated repository.

according other answered questions, svn export way remove folder source control. , enter svn export path1 path2 , omit path2:

prompt>svn export /var/www
export complete.
prompt>

however when run
prompt>svn info /var/www

it gives me same info
path: /var/www url: https://someurl/somefolder
repository root: https://...... etc.

i looking say:
"var/www not working folder" or
"var/www not under source control"

and have issued export command still appears under source control.

you need delete subversion metadata. hidden folder called .svn in folder , in each subfolder - delete these , they'll no longer working copy.

just svn export won't work because overwrite existing files in place not delete .svn folders still exist on disk. delete folder re-export in place.

to clear: solution removes association repository folder in working copy not remove files repository (which how read you're asking). if want delete files repository want svn rm, eugene's answer.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -