VisionProject 4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News VisionProject 4.1 (Default branch)
# 1  
Old 11-14-2008
VisionProject 4.1 (Default branch)

VisionProject is a Web based issue tracking and project collaboration tool. A few of the best features are sub-issues, a work log, Subversion integration, burn-down charts, complete customization (look, issue fields, issue lists, issue types, statuses, priorities, and severities), notifications, workflows, document management, a knowledge base, and a public support center. License: Free for non-commercial use Changes:
The most notable features in this release are the ability to add issues directly from the issues table, an "Image viewer", "Simple forms", and a "Latest issues" panel. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
svndumpfilter(1)					      General Commands Manual						  svndumpfilter(1)

NAME
svndumpfilter - Filter a subversion repository 'dumpfile'. SYNOPSIS
svndumpfilter command [options & args] OVERVIEW
Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of who, when, and why changes occurred, etc., like CVS, RCS or SCCS. Subversion keeps a single copy of the master sources. This copy is called the source ``repository''; it contains all the information to permit extracting previous versions of those files at any time. For more information about the Subversion project, visit http://subversion.tigris.org. Documentation for Subversion and its tools, including detailed usage explanations of the svn, svnadmin, svnserve and svnlook programs, his- torical background, philosophical approaches and reasonings, etc., can be found at http://svnbook.red-bean.com/. Run `svndumpfilter help' to access the built-in tool documentation. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWsvn | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+ NOTES
Source for Subversion is available on http://opensolaris.org. svndumpfilter(1)