[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion-six-commands-in-one-script

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-01 22:13:08 CEST

On Sep 1, 2007, at 06:01, mic_linux_USA mic_linux_USA wrote:

> Most of the time developers forget to checkin or update the file/
> folders from server,

Then you have an education problem among your developers. You should
be fixing that problem by educating your developers on the proper use
of a revision control system, not creating scripts to support their
ignorance. All developers using Subversion should be encouraged to
read as much of the book as possible: http://svnbook.org/ (or other
books on the topic of Subversion -- there are versions in other
languages as well in case that's helpful)

> With this bash script file will automatically update from server,
> then lock and open in vi editor whenever developer save the file it
> will ask for commit message and checkin in server after that it
> will unlock for other developers.
>
> Please copy the script from http://opensourcedevelopment.net/text-
> tutorials/subversion-six-commands-in-one-script.html

It's pretty common to need to change multiple files in order to
effect a particular change. Your script seems to encourage committing
after changing each file. That's probably a bad idea.

It's also pretty silly to offer an option to use set the log message
of a commit to the diff of the commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 1 22:11:42 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.