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

RE: Re: 'Update' don't add new file or folder

From: <webpost_at_tigris.org>
Date: Wed, 22 Apr 2009 05:53:42 -0700 (PDT)

>
> As I said: TSVN doesn't do the update itself but uses the svn library.
> Usually, TSVN does the equivalent of
> $ svn up c:\absolute\path\to\wc -r HEADREVISION --force
>
> You can override those settings by using the "update to revision" dialog
> (TSVN submenu instead of main menu).
>

Excuse me, I misspoke about my last tests. The update problem is a consequence. The problem appear when I adding a folder in the repository with TSVN, the next files or folders added in this new folder are not updated.

Example :
1) on my wc1 I adding a folder /Test with TSVN so I am on revision r10
2) on another wc like wc2 I update, no problem my new folder is added and my folder is on r10
3) on my wc2 I added a file /Test/test.txt, I commit -> r11
4) on my wc1 I update then my file is not added but my folder /Test is on r11

When I do the same process with the svn command line (svn, version 1.6.1 (r37116) from CollabNet) for adding my new folder ( step 1 in the example) I don't have any problem for the next.

I also want to contact the subversion mailing list, but I can't reproduce the problem with the SVN tools, it's only when I adding a folder with TSVN. This is my dilemma :)

Best regards,

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-22 14:55:53 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.