# incremented the version number to 0.3.0 to begin working on the 0.3.0 release

# added svn_tag_property to support soft tagging/labeling
# changed some code views to show the tag
# enhanced the revision view to tag/untag the revision
This commit is contained in:
2015-04-12 15:31:09 +00:00
parent f915bca6d5
commit a950cb9e30
12 changed files with 268 additions and 54 deletions

View File

@ -223,6 +223,11 @@ cloc_command_path = "@CFGDIR@/cloc.pl"
;------------------------------------------------------------------------------
code_folder_readme = "README.wiki,README.txt,README"
;------------------------------------------------------------------------------
; Codepot sets this revision property to assign a tag to a specific revision.
;------------------------------------------------------------------------------
svn_tag_property = "codepot:tag"
;------------------------------------------------------------------------------
; Subversion read access is limited to the specified user type. The types
; include anonymous, authenticated, member. This applies to a public project