Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Browse all your source code revisions with ViewVC Post 302263828 by Linux Bot on Tuesday 2nd of December 2008 03:10:07 PM
Old 12-02-2008
Browse all your source code revisions with ViewVC

12-02-2008 01:00 PM
For programmers on big projects, a version control system for managing source code is vital, but working on files in a large project from one of these programs' command-line interfaces is cumbersome. Worse, the results of the commands lack highlighting to show the differences between files and revisions. ViewVC is a handy browser-based code viewer that allows users to browse a source code tree managed by either CVS or Subversion, look at changes, compare revisions at the file or line level, and perform other operations -- just about anything except allow users to check out or commit files.



Source...
 

4 More Discussions You Might Find Interesting

1. AIX

checking the version revisions of a java file inside the ear using KSHELL in AIX.

consider on day1, in PVCS repository we have java files like a.java,b.java with version revision 1.0, through ANT build script we have compiled and created an ear,named c.ear in AIX build server.we have transfered this ear from build server to portal server through FTP using KSHELL. consider... (0 Replies)
Discussion started by: kareemaashik
0 Replies

2. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies

3. What is on Your Mind?

UserCP and Other Private User Area Revisions (Phase 0)

Hey, Having made a lot of progress on the "public facing" part of UNIX.COM, I may start working on remodeling the UserCP and other private areas. Today, I made some small changes; but nothing major in the UserCP area. However, I have not yet decided what to do with the UserCP: Keep... (0 Replies)
Discussion started by: Neo
0 Replies

4. UNIX for Beginners Questions & Answers

Browse in commands

Hi, On Linux Linux 3.10.0-693.21.1.el7.x86_64 How to enable : history-search I did the following without success: in my .inputrc, like so: "\e And .profile: export INPUTRC=~/.inputrc Thanks. (1 Reply)
Discussion started by: big123456
1 Replies
VIEWVC-STANDALONE(1)					      General Commands Manual					      VIEWVC-STANDALONE(1)

NAME
viewvc-standalone - run a simple stand-alone HTTP server for ViewVC SYNOPSIS
viewvc-standalone [options] DESCRIPTION
Run a simple, standalone HTTP server configured to serve up ViewVC requests. OPTIONS
-c, --config-file=PATH Use the file at PATH as the ViewVC configuration file. If not specified, ViewVC will try to use the configuration file in its installation tree; otherwise, built-in default values are used. This option is not valid in GUI mode. -d, --daemon Background the server process. -h, --host=HOST Start the server listening on HOST. You need to provide the hostname if you want to access the standalone server from a remote machine. The default is localhost. -p, --port=PORT Start the server on the given PORT. The default is 49152. -r, --repository=PATH Serve up the Subversion or CVS repository located at PATH. This option may be used more than once. -s, --script-alias=PATH Specify the ScriptAlias, the artificial path location that at which ViewVC appears to be located. For example, if your ScriptAlias is cgi-bin/viewvc, then ViewVC will be accessible at http://localhost:49152/cgi-bin/viewvc. The default is viewvc. -g, --gui Pop up a graphical interface for serving and testing ViewVC. Note: this requires a valid X11 display connection. FILES
/etc/viewvc/viewvc.conf SEE ALSO
ViewVC web site, http://www.viewvc.org/. AUTHORS
viewvc-standalone was written by the ViewVC Group. A complete list of authors may be obtained at http://www.viewvc.org/. This manual page was written by John Zaitseff <J.Zaitseff@zap.org.au> for the Debian project. It is distributed under the GNU General Pub- lic License, version 2 or later, and may be used under that licence by others. 2010-04-01 VIEWVC-STANDALONE(1)
All times are GMT -4. The time now is 05:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy