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

Re: Mark a file as locally ignored

From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-03-27 10:39:50 CEST

On Friday 25 March 2005 19:55, Sean Laurent wrote:

> Yeah, I was a big fan of this when I used Perforce at a previous job.  
> Especially when I was asked to fix a bug while I was in the middle of
> making other changes.  A typical scenario for me went like this:
>
> 1) Checkout maintenence branch.
> 2) Start making changes for a nasty bugfix.
> 3) Someone asks me to fix some minor problem.
> 4) I don't want to branch and I don't want to checkout another copy because
> I know this fix is going to be only a couple of files.  However, I want to
> prevent myself from making a stupid mistake.  I create a task-specific
> changeset for the nasty bugfix.

Do you change the same files that you have already started fixing for Nasty
Bugfix?

If no, you can just fix several other files, and commit just those files:

svn ci first_from_only_a_couple_of_files.c second.c

If yes, I do not see a viable altervnative to a genuine branch (which would
make things more clear).

Doesn't this mean that 'changesets' would just duplicate functionality of sbn
branches and checkins?

> 5) I make the small fix and commit.
> 6) I continue working on the nasty bugfix.
> 7) Goto #3.

-- 
Saulius Gražulis
Visuomeninė organizacija "Atviras Kodas Lietuvai"
P.Vileišio g. 18
LT-10306 Vilnius
Lietuva (Lithuania)
tel/fax:      (+370-5)-210 40 05
mobilus:      (+370-684)-49802, (+370-614)-36366

  • application/pgp-signature attachment: stored
Received on Sun Mar 27 10:38:51 2005

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.