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

[TSVN] SVN Update error?

From: Hendro <connexian_at_gmail.com>
Date: 2005-01-20 15:36:15 CET

Hello,
I'm new to TortoiseSVN - actually new to SVN - and I use it only since
yesterday and it's a great tool.
I love tortoiseSVN. I never use version control before because I hate the
command line approach

I use tortoise to SVN Update 'sipXphone'
When I encounter a problem with building sipXphone and report it to the
developer, I then realize that one of the file should be like this

OsTimerDb::~OsTimerDb()
{
   mDict.destroyAll();
}

BUT appears like this

OsTimerDb::~OsTimerDb()
{
   UtlHashMapIterator iter(mDict);
   UtlContainable* next;
   UtlInt* key;
   UtlInt* value;

   iter.reset();
   while (next = iter())
   {
      key = (UtlInt*) iter.key();
      value = (UtlInt*) iter.value();
      iter.remove();
      delete key;
      delete value;
      iter.reset();
   }
}

In the same file at my local disk no matter how I delete it then do SVN
update again.

Anything I can do to solve this?

Regards,
Hendro Lim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 20 15:37:06 2005

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.