This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Details for svn test repository


Daniel Berlin wrote:



And towards this end,i'm working on making blame a lot faster



Will this also cover annotate using an -r option to go past the last reformatting
delta?


Other than that, what operations are people still worried about the
slowness of?



Because svn keeps an extra pristine copy for checkouts, I'll have to use svn export for
automatic regression tests. With cvs, the overhead of the cvs information is small,
so I could use checkouts, and when I wanted to work on / test some patches with a
baseline known to build and to have a specific set of regressions, I just copied over the
checked out tree and started working on it. With svn, I'll have to do a fresh checkout of
the files/directories I'll be working on. The book mentions that there is an intent to make
the extra pristine copy optional, but AFAICT this isn't something that is available now.







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]