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

Re: Proposal: svn:temporary property

From: Folker Schamel <schamel23_at_spinor.com>
Date: 2003-12-18 18:23:00 CET

> The pretty easy workaround for user B is to do:
>
> $ make clean
> $ svn up
> $ make
>
> That should be too hard to get used to.

It still is only a workaround for several reasons.

First, it does not work for all make systems.
In addition, there are other kind of temporary files.
(For example, we had the problem with pyc python files,
where your workaround does not work.
In addition, our software generates many different
kind of temporary files where there exists
no clear command.)

Second, a complete re-build often cost a lot of time;
in our case it would cost several hours.
This means, every developer of our team would have
a break of several hours!!!
Our managers wouldn't be glad about this.

Third, this still conflicts the philosophy
that if users are working on disjunct project parts
that they should not interfer each other.

Therefore, all in all I agree that your proposal
is a workaround, but I think it is no solution.

Cheers,
Folker

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 18 18:26:30 2003

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.