I have been approved for a repo on the Wordpress.org site for a new plugin I created. I am testing out Tower to see if it will work for me and allow Git as well as SVN version control.
I have created the repo in Tower it shows Master but there are other folders in the WP repo specifically "assets" that I can't seem to get to appear in the app.
Shouldn't this appear as a branch? (I'm new to version control so forgive me if I am unclear or use wrong terminology)
I just assumed that I would see all the branches (assets, tags, trunk, branches) yet all I see is Trunk. This is version one so I expect to see no tags.
I believe I have the SVN directory set up correctly:
Trunk: reftagger-shortcode/trunk:refs/remotes/trunk Branches: reftagger-shortcode/branches/*:refs/remotes/*;reftagger-shortcode/assets/*:refs/remotes/* Tags: reftagger-shortcode/tags/*:refs/remotes/tags/*
And they appear correct in the git/config too.
Here is a link to a Tower screenshot