Method: R10K::SVN::Remote#trunk
- Defined in:
- lib/r10k/svn/remote.rb
#trunk ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
TODO:
validate that the path to trunk exists in the remote
18 19 20 |
# File 'lib/r10k/svn/remote.rb', line 18 def trunk "#{@baseurl}/trunk" end |