I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

patch.diff

Manfred Kröhnert, 24 Jul 2012 15:15

Download (508 Bytes)

View differences:

lib/scm_repositories_controller_patch.rb (working copy)
220 220
        def scm_create_repository(repository, interface, url)
221 221
            name = interface.repository_name(url)
222 222
            if name
223
                path = interface.path(name)
223
                path = interface.default_path(name)
224 224
                if File.directory?(path)
225 225
                    repository.errors.add(:url, :already_exists)
226 226
                else
Terms of use | Privacy policy