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

Re: [TSVN] multiple questions

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-10-26 21:56:36 CEST

Julien TOUCHE wrote:
> some more questions
>
> - .svn, needed to be added to ignore files, if, by error, is added to
> repository, it creates some dead conflicts on .svn dir. right ?

No. The Subversion API ignores the .svn folders itself. You would have
to do some really ugly tricks to actually add such a folder to version
control. And if you do, I'd say it's your own fault ;)

> - problem: on win2ksp4 (all other patchs), i have no icons on svn rep in
> the explorer. context menu is ok and same for list of files in open dialog.

The icon overlays are only drawn for working copies, not for local
repositories.

> - on winxpsp1, it seems there is no icon to point a file is "out of
> date" compare to last "check for updates". or icon are only valid compare
> to last checkout/local info ?

That's right. If you want an icon overlay to show you if a file changed
on the repository, TSVN would have to constantly contact the repository.
Imagine this with a "normal" repository available on a server via
internet connection. The slowdown would be _really_ really bad - so bad
actually that nobody would want to use it!

> - "check for updates" seems only valid on one file in the rep ? on my
> win2ksp4, nothing with multiple files or files+folder. it works ok on
> the whole rep folder.

Yes. Either check the root folder of your working copy or a single file.
Multiple files/folders are not supported there (because you can select
files from different repositories, and what should TSVN do then?)

> - it seems you can't set svn properties in the subversion tab of the
> properties of multiples files+folder for keywords. something like that
> is planned ? ("set" stays grey on win2ksp4)

Sure you can. Select multiple files/folders, show the properties, go to
the Subversion tab and set your properties there.
Just remember that there are only those properties shown which are the
_same_ on all the files/folders you've selected. It doesn't show some
'grey' properties - either they all have the same or they aren't shown
at all.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 26 23:00:10 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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