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

On Friday, June 12, 2015 at 7:06:20 AM UTC-7, Spriya wrote:
>
> 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:*
> *svn: URL 
> 'http://xxxx/svn/puppet/puppetlabs/puppet/environment/development/branches 
> <http://xxxx/svn/puppet/puppetlabs/puppet/environment/development/branches>' 
> non-existent in that revision*
> *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.
> #
> # See 
> https://github.com/puppetlabs/r10k/blob/1.5.1/doc/git/cloning-and-mirroring.mkd
> # for more information on how r10k caches Git repositories.
> #
> # The default value is "~/.r10k"
> cachedir: '/var/cache/r10k'
>
> sources:
>
>   development:
>     type:  svn
>     remote: '
> http://xxx-xxx-xxx/svn/puppet/puppetlabs/puppet/environment/development'
>     basedir: '/etc/puppetlabs/puppet/environments'
>     username: 'xxxx'
>     password: 'xxxx'
>     prefix: false
>
>
> Here is my branches and trunk in my repository
>
> http://xxxx/svn/puppet/puppetlabs/puppet/environments/development
> ->branches
> -> trunk
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/8e68fd7a-fbce-48cc-a94c-fd4b39457a4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to