Problem: The SVN icons sometimes fail to appear in N: (a subst drive),
and F5 sometimes does not make then appear. For all of today, they've never appeared. Clues: * My SVN files are all on the N: drive which is created via "subst N: D:\N" in batch file at boot time in StartUp group. * Icons appear on and in D:\N\BDL directory (This is irrelevant to me as I want them on the N:\BDL path where my development environment is set up) * Right-click brings up TortoiseSVN menu option, and I can update & commit (albeit a bit blind) * MS VS 2005 with Ankh works fine (SVN icons show and then change as I do stuff) (yes, the solutions and projects all think they're on N: drive!) * Opening Repo Browser shows url https://cel1300:8443/svn/N cel1300 is a WinXPPro SP2 box on my LAN running VisualSVN(? Server 1.0.1?) * A sample directory tree in Repo Browser shows - https://cel1300:8443/svn/N - BDL + Finance * TortoiseSVN 'help about' details: TortoiseSVN 1.4.8, Build 12137 - 32 Bit , 2008/02/16 11:09:38 Subversion 1.4.6, apr 0.9.12 apr-iconv 0.9.7 apr-utils 0.9.12 berkeley db 4.4.20 neon 0.27.2 OpenSSL 0.9.8d 28 Sep 2006 zlib 1.2.3 Anyone with any ideas? Thanks Brewmanz --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Bryan White wrote:
> Problem: The SVN icons sometimes fail to appear in N: (a subst drive), > and F5 sometimes does not make then appear. For all of today, they've > never appeared. > Clues: > * My SVN files are all on the N: drive which is created via "subst N: > D:\N" in batch file at boot time in StartUp group. > * Icons appear on and in D:\N\BDL directory (This is irrelevant to me as > I want them on the N:\BDL path where my development environment is set up) > * Right-click brings up TortoiseSVN menu option, and I can update & > commit (albeit a bit blind) > * MS VS 2005 with Ankh works fine (SVN icons show and then change as I > do stuff) > (yes, the solutions and projects all think they're on N: drive!) > * Opening Repo Browser shows url https://cel1300:8443/svn/N > cel1300 is a WinXPPro SP2 box on my LAN running VisualSVN(? Server 1.0.1?) > * A sample directory tree in Repo Browser shows > - https://cel1300:8443/svn/N > - BDL > + Finance The problem with SUBSTed drives is that the cache does not get two change notifications but usually only one (for the original place). Which means the SUBSTed part will always be out-of-date. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net |
2008/5/7 Stefan Küng <[hidden email]>:
> Bryan White wrote: > > > Problem: The SVN icons sometimes fail to appear in N: (a subst drive), and > F5 sometimes does not make then appear. For all of today, they've never > appeared. > > Clues: > > * My SVN files are all on the N: drive which is created via "subst N: > D:\N" in batch file at boot time in StartUp group. > > * Icons appear on and in D:\N\BDL directory (This is irrelevant to me as I > want them on the N:\BDL path where my development environment is set up) > > * Right-click brings up TortoiseSVN menu option, and I can update & commit > (albeit a bit blind) > > * MS VS 2005 with Ankh works fine (SVN icons show and then change as I do > stuff) > > (yes, the solutions and projects all think they're on N: drive!) > > * Opening Repo Browser shows url https://cel1300:8443/svn/N > > cel1300 is a WinXPPro SP2 box on my LAN running VisualSVN(? Server > 1.0.1?) > > * A sample directory tree in Repo Browser shows > > - https://cel1300:8443/svn/N > > - BDL > > + Finance > > > > Exclude the D:\N\BDL directory from showing the overlays (settings dialog). > The problem with SUBSTed drives is that the cache does not get two change > notifications but usually only one (for the original place). Which means the > SUBSTed part will always be out-of-date. Added to the docs as a tip in settings in r12869 Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |