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
The WordPress FAQ states:
Since:
If you have followed the first option for
assets/
folder, the SVN repo once converted in a Git repo would considerassets
as a branch (or would ignore it completely, having only converted trunk into amaster
branch).Note that you can import separate SVN directories as git branches, if some of those SVN folders (like
assets/
) are missing.Hence
asset/
being not visible.