Class
BuildMaster::SvnDriver
In:
lib/buildmaster/project/svn_driver.rb
Parent:
Object
Methods
add
checkout
command
command_for_path
commit
from_path
load_svn_info
move
new
remove
repository_root
repository_url
revert
status
tag
update
user
Attributes
repository_url
[R]
user
[R]
work_dir
[R]
Public Class methods
from_path
(directory)
new
(work_dir, repository_root = nil, repository_url = nil)
Public Instance methods
add
(entry)
checkout
(repository_root)
command
(command)
commit
(comment)
move
(source, target)
remove
(entry)
repository_root
()
repository_url
()
revert
(file)
status
(options = '', &callback)
tag
(tag_name)
update
()
user
()
Private Instance methods
command_for_path
(svn_command, argument='', &callback)
load_svn_info
()
[Validate]