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

Unversioned files oddities

From: Uwe Schuster <tsvn_users_at_bitcommander.de>
Date: Fri, 25 Jun 2010 20:15:18 +0200

Hi,

I've noticed the following oddities related to unversioned files and can't
find a report in your issue tracker for it.
(Is it correct that there are only 13 tasks in your issue tracker?)

I noticed them with 1.6.8 and it still repeats with 1.6.9. I have no idea
if it ever worked.

Issue #1:
- in a versioned path create a new dir and create a file in that dir
  
  Means
  + c:\svn\versionedpath\unversioned\
  + c:\svn\versionedpath\unversioned\foo.txt

- call commit for the versioned path
  (c:\svn\versionedpath\)
- check "Show unversioned files"
- call the popup menu for the new file (unversioned/foo.txt) and
  click "Add"

expected: these items will be added
- new dir (unversioned)
- new file (unversioned/foo.txt)
(this would be similar to checking unversioned/foo.txt, which does also
check it's unversioned parents)

actual: only the file (unversioned/foo.txt) is added and that leads to
this commit error

Command: Commit
Error: Commit failed (details follow):
Error: 'c:\svn\versionedpath\unversioned' is not under version control
  and is not
Error: part of the commit, yet its child
Error: 'c:\svn\versionedpath\unversioned\foo.txt' is part of the commit
Finished!:

Issue #2:
- in a versioned path create a new dir and create a file in that dir
  
  Means
  + c:\svn\versionedpath\unversioned\
  + c:\svn\versionedpath\unversioned\foo.txt

- add the new dir and the new file (do not commit it)
- call revert for the versioned path
- check the new dir and the new file
- press OK

expected: add for the new dir and file will be reverted

actual: only add for the new dir is revert and revert for the file fails

Command: Revert
Reverted: c:\svn\versionedpath\unversioned
Error: 'c:\svn\versionedpath\unversioned\foo.txt' is not a working copy
Finished!:

Best regards
Uwe

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2626028

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-06-25 20:21:40 CEST

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

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