Method: Svn::Repo.delete
- Defined in:
- lib/svn/repos.rb
.delete(path, pool = RootPool) ⇒ Object
67 68 69 70 71 |
# File 'lib/svn/repos.rb', line 67 def delete( path, pool=RootPool ) Error.check_and_raise( C.delete( path.chomp(File::SEPARATOR), pool ) ) end |