Method: R10K::SVN::Remote#trunk

Defined in:
lib/r10k/svn/remote.rb

#trunkObject

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

Since:

  • 1.3.0



18
19
20
# File 'lib/r10k/svn/remote.rb', line 18

def trunk
  "#{@baseurl}/trunk"
end