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

[TSVN] Possible bug: with switched file

From: Jean-Noël Rouvignac <Jean-Noel.Rouvignac_at_sterci.com>
Date: 2005-08-08 17:03:10 CEST

Hello,

This was not my last message for today.
I am still using TSVN 1.2.1 on Windows XP Professional.

I found possibly a new bug (since it works with svn client and not with TSVN).
Here is what I did:
my_wc is a working copy checked out from svn://my_server//src/my_repos/ .

$ pwd
/src/my_wc/
$ ls
file.txt directory
$ svn move file.txt directory
A directory/file.txt
D file.txt
$
$ svn commit -m "move file.txt"
Adding directory/file.txt
Deleting file.txt
Transmitting file data .
Committed revision 8.
$ svn switch svn://my_server//src/my_repos/file.txt file.txt -r 7
At revision 7.
$ svn st
    S file.txt
$ svn log file.txt
------------------------------------------------------------------------
r7 | jnro | 2005-08-03 14:45:39 +0200 (Wed, 03 Aug 2005) | 1 line

Revision 7
------------------------------------------------------------------------
r6 | jnro | 2005-08-03 14:33:48 +0200 (Wed, 03 Aug 2005) | 1 line

Revision 6
------------------------------------------------------------------------

It works fine. Now accessing to the same directory and file with samba, I go to the directory directory/, right-click on file.txt and choose "TortoiseSVN > Show log". I obtain an error window with the folowing message:
"File not found: revision 8, path '/process_args.c'"

I am not sure, but it may be because TSVN does not look at the file from the URL found with svn info (that can also be viewed via the file properties in the Subversion tab)
I think this is a bug.

As always, let me know about this bug by CC'ing me.

Best regards,

Jean-Noel Rouvignac

--------------------------------------------------------------------------------
This message and any attachments (the message) are intended solely for the addressees and are confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with this purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The Internet can not guarantee the integrity of this message. STERCI SA shall (will) not therefore be liable for the message if modified
Ce message et toutes les pièces jointes (ci-après le message) sont établis à l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le détruire et d'en avertir immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. Internet ne permettant pas d'assurer l'intégrité de ce message, STERCI SA décline(nt) toute responsabilité au titre de ce message, dans l'hypothèse où il aurait été modifié.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 8 17:08:22 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.