Our svn project has several branches organized in multiple subsirectories of branches/.... (example follows). How does one configure subgit stash plugin to pick up all of them? Will a simple branches/* work?
Thanks in advance!
Hello Alessio,
Please use the following settings for your repository:
Trunk: trunk
Branches: branches/feature/*:refs/heads/features/*;branches/group/*:refs/heads/group/*;branches/release/*:refs/heads/release/*
Tags: tags/*
If you have any branches in branches/ directory, then add 'branches/*:refs/heads/*' as well. And make sure you're using the latest version of the plugin: 1.0.4 at the moment.
Hope that helps,
Semyon
Update: fixed branches mappings according to the comment below.
Semyon's reply is almost spot-on. The add-in actually requires the mappings to be in the branches mapping string, so the value needs to be the following
Branches: branches/feature/*:refs/heads/feature/*;branches/group/*:refs/heads/group/*;branches/release/*:refs/heads/release/*;branches/users/*:refs/heads/users/*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, thanks for fixing that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.