Browse all your source code revisions with ViewVC


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Browse all your source code revisions with ViewVC
# 1  
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...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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
Login or Register to Ask a Question
GPT(1)							      General Commands Manual							    GPT(1)

NAME
gpt - compiler, interpreter and translator for the G-Portugol programming language SYNOPSIS
gpt [ -vhid ] [ -ots output_file ] file1 file2 ... DESCRIPTION
gpt is a simple compiler for the G-Porutol Language. It is possible to have a list of files to be included in the compilation setting the GPT_INCLUDE environment variable, wich should have a list of file paths separated with ":". OPTIONS
-v Shows version information and exits. -h Shows a summary of options and exits. -i Execute interpreting the source code. -d Shows tips in the error report. -o output_file Compile the source code and save the resulting binary with the name output_file. -t output_file Translates the source code to the C programming language and saves the resulting file as output_file. -s output_file Compiles the source code to assembly source. Saves the resulting code as output_file. SEE ALSO
nasm(1) ADDITIONAL INFORMATION
For further information, visit the website: http://gpt.berlios.de AUTHOR
Thiago Silva <tsilva@sourcecraft.info> GPT(1)