473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

[Off-Topic] cvs

Hello,

sorry for the off-topic question but I think this is a good
place to ask. I plan to develop open-sourced web application
which integrates CVS browser, a bug tracking system and some
more interesting features to support development both
open-sourced and commercial projects. I would like to know
whether it is worth to invest my free time for such a tool.
CVS is rather an old system and I have no idea how widely is
used in development teams. So my question is easy: Do you use
CVS in your development?

Thank you,
jozef

Jul 18 '05 #1
7 1405
Jozef Kosoru wnats to know:
[snip]
So my question is easy: Do you use
CVS in your development?


Yes, for most except one-off projects.

Can't-call-'em-throw-aways-ly y'rs

Emile van Sebille
em***@fenx.com
Jul 18 '05 #2
Jozef Kosoru wrote:
So my question is easy: Do you use
CVS in your development?


Yes.
--
Rainer Deyke - ra*****@eldwood.com - http://eldwood.com
Jul 18 '05 #3
Jozef Kosoru wrote:
Hello,

sorry for the off-topic question but I think this is a good
place to ask. I plan to develop open-sourced web application
which integrates CVS browser, a bug tracking system and some
more interesting features to support development both
open-sourced and commercial projects. I would like to know
whether it is worth to invest my free time for such a tool.
CVS is rather an old system and I have no idea how widely is
used in development teams. So my question is easy: Do you use
CVS in your development?


CVS is used *widely* throughout the free/opensource communities.
But it seems that the interest is growing to move to more
advanced versioning tools like subversion or arch. Personally
i use subversion now wherever feasible/possible.

cheers,

holger

Jul 18 '05 #4
Jozef Kosoru <jo**********@iblsoft.com> writes:
Hello,

sorry for the off-topic question but I think this is a good
place to ask. I plan to develop open-sourced web application
which integrates CVS browser, a bug tracking system and some
more interesting features to support development both
open-sourced and commercial projects. I would like to know
whether it is worth to invest my free time for such a tool.
CVS is rather an old system and I have no idea how widely is
used in development teams. So my question is easy: Do you use
CVS in your development?

Thank you,
jozef


As others have said, CVS is used very widely both for publically
visible open source projects (e.g., on sourceforge), and on private
projects.

But your real question is "I would like to know whether it is
worth(while) to invest my free time". This is a personal decision.
There are already good CVS GUI's (I use tkcvs and wincvs), and there
are IDE's (I don't use any). You could use them, or join one of those
efforts, or just reinvent the wheel yourself.

Reinventing the wheel is an honorable passtime in open source -- you
may not get anyone to join you or use your tool, but it is a perfectly
valid exercise. Who knows? You might come up with the greatest IDE
ever seen.

--
ha************@boeing.com
6-6M31 Knowledge Management
Phone: (425) 342-5601
Jul 18 '05 #5
In article <ma***********************************@python.org> , Holger
Krekel wrote:
CVS is used *widely* throughout the free/opensource communities.
But it seems that the interest is growing to move to more
advanced versioning tools like subversion or arch. Personally
i use subversion now wherever feasible/possible.


Help me out - what does subversion have on CVS? My biggest beef with
CVS is that you can't add a description to a tag. It would be nice if
when you tag all your files, like "cvs -r 'stable0.5'" you could also
write a few paragraphs that would get stored with that tag.
Jul 18 '05 #6
Matthew Wilson <mw*****@sarcastic-horse.com> wrote:
In article <ma***********************************@python.org> , Holger
Krekel wrote:
CVS is used *widely* throughout the free/opensource communities.
But it seems that the interest is growing to move to more
advanced versioning tools like subversion or arch. Personally
i use subversion now wherever feasible/possible.


Help me out - what does subversion have on CVS?


Read the FAQ. (http://subversion.tigris.org)

For one thing, you can rename files and directories. Also, "changes"
are managed as a unit, rather than just happening to have the same
comment and timestamp in multiple files. These are the main points
that stick in my mind.

-D

--
Jul 18 '05 #7
Matthew Wilson wrote:
In article <ma***********************************@python.org> , Holger
Krekel wrote:
CVS is used *widely* throughout the free/opensource communities.
But it seems that the interest is growing to move to more
advanced versioning tools like subversion or arch. Personally
i use subversion now wherever feasible/possible.


Help me out - what does subversion have on CVS? My biggest beef with
CVS is that you can't add a description to a tag. It would be nice if
when you tag all your files, like "cvs -r 'stable0.5'" you could also
write a few paragraphs that would get stored with that tag.


each commit gets its own revision number (so you can reference each
consistent state of your repo by an integer). And you can set
revision-properties even for older revisions. Of course you have
the usual log-message associated with each commit so that might
just be enough for your use-case. There is a lot more, check it
out maybe starting from this feature-list:

http://svnbook.red-bean.com/book.html#svn-ch-1-sect-3

cheers,

holger

Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Frank | last post by:
Whats best : register_globals ON ? OR register_globals OFF ? I currently use: $_POST
2
by: Alexander Schmidt | last post by:
Hi, I am not very familiar with C++ programming, so before I do a dirty hack I ask for a more elegant solution (but only the usage of STL is allowed, no special libs). So I need to read a file...
2
by: scorp7355 | last post by:
I was wondering if there is some other way to turn autocomplete off besides using "autocomplete=off", using a meta tag or something similar. It would be great if there is some way to turn it off...
21
by: nicholas | last post by:
Although in my web.config I have <customErrors mode="off" /> I still get no detailed errors. How comes ? THX This is what I get: Server Error in '/mywebfolder'Application.
4
by: no_spam_for_gman | last post by:
Hi, I can turn off autocommit within the command window but I cannot figure out how to turn it off when you are in the IBM DB2 Command Line Processor. Does anybody knows how? By the way I mean...
6
by: Frank Rizzo | last post by:
I have the following situation: 1. Application X1 runs under a regular user account (this user is also the currently logged on user). 2. Application X1 kicks off Application X2 using an...
8
by: Rory Becker | last post by:
A wise man once said: "Never put off until runtime what you can fix at compile time." Actually I think he said it about 10 minutes before I started this post. I am a firm believer, like the...
8
by: =?Utf-8?B?R3JlZw==?= | last post by:
We have an application in our office that has the Option Strict option set to off right now. I do understand it should be set to ON, but right now, I'm just going to continue with it this way since...
0
by: scooby dooby | last post by:
Hi All, I need to write a script for windows,which has the requirements as below. 1,It should log out the particuler user from windows at a particuler time ,say 6 o'clock in the evening...
6
by: Rain | last post by:
Hi, I noticed the other day when I was trying to optimise the traffic on a particular web page that it had significant viewstate even though I had turned it off for most of the controls. So in...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.