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

Updating Subfolders under Windows

From: Frescard <frescard_at_gmail.com>
Date: Thu, 4 Sep 2008 22:52:27 -0400

So far I've been using TortoiseSVN, and I just installed Subversion (V
1.5.2) to automate some jobs via batch files.

Everything works ok, but there seems to be a problem updating subfolders.

When I look at the log files of a subfolder I get the correct revision
number.
When I try to update this folder though, it gives me the revision number of
the mother folder.
The effect is the same if I first change directory to the respective path,
and then issue a simple "svn update", or whether I supply a path with the
update command.

Here is an example.
No matter which folder I'm in (sub1,sub2,sub2a or sub3) I will always get
the message "At revision 1000" when doing a "svn update".
If I do a "svn log" I will get the correct revisions for the specific
folders though.

main (rev. 1000)
|--- sub1 (rev. 900)
|--- sub2 (rev. 700)
     |--- sub2a (rev. 666)
|--- sub3 (rev. 800)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-05 19:48:58 CEST

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

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