[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: mic_linux_USA mic_linux_USA <mic_linux_usa_at_yahoo.com>
Date: 2007-09-03 03:16:02 CEST

Hi Matt,
Please run this script, It asks for checkin in server, not automatically.
Regards

Matt Sickler <crazyfordynamite@gmail.com> wrote: SVN is a copy-modify-merge model, not a lock-modify-unlock model.
Your script breaks this. As Ryan has pointed out, a checkin after each
file is edited is usually not desirable either.

On 9/1/07, mic_linux_USA mic_linux_USA wrote:
> Hi Ryan,
> Thanks,
> The idea is to resolve the issues in subversion.
> 1. Always update from server .
> 2. Always lock the file.
> 3. Always checkin the file.
>
> This is the small rapper so It will take care of update, lock and checkin.
>
> You can remove the diff option as per your requirement.
>
> Regards,
> Mike
> http://forum.opensourcedevelopment.net
>
>
> Ryan Schmidt wrote:
>
> 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
>
>
>
>
> ________________________________
> Be a better Globetrotter. Get better travel answers from someone who knows.
> Yahoo! Answers - Check it out.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

       
---------------------------------
Boardwalk for $500? In 2007? Ha!
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
Received on Mon Sep 3 03:13:14 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.