issue svn with r10k stderr: svn: URL 'http://xxxx/puppet/environment/development/branches' non-existent in that revision

30 views
Skip to first unread message

Spriya

unread,
Jun 12, 2015, 10:06:20 AM6/12/15
to puppet...@googlegroups.com
Hi,

I am almost getting there implementing svn with r10k. I am stuck here. Anyone can you help me in this. I am having this error:

Stderr:
Exit code: 1

Here is my r10k.yaml

cat r10k.yaml
---
# This example configuration details the most commonly used configuration
# options for the `r10k deploy` command.
#

# The 'cachedir' setting controls where cached content, such as mirrored Git
# repositories, are stored on the local machine. This location should be
# persistent, as environments and modules may rely on these files in order to
# be updated.
#
# for more information on how r10k caches Git repositories.
#
# The default value is "~/.r10k"
cachedir: '/var/cache/r10k'

sources:

  development:
    type:  svn
    basedir: '/etc/puppetlabs/puppet/environments'
    username: 'xxxx'
    password: 'xxxx'
    prefix: false


Here is my branches and trunk in my repository

->branches
-> trunk

Anderson Mills

unread,
Jun 15, 2015, 12:54:20 PM6/15/15
to puppet...@googlegroups.com
It appears that you are using "environment" (without an s) in the value for your remote: key,

but your svn repository appears to use "environments" (with an s).

Hope that helps,
Anderson
Reply all
Reply to author
Forward
0 new messages