You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Cédric Chabanois <cc...@no-log.org> on 2004/07/10 13:51:24 UTC

update needed after a commit ?

I use svn 1.0.4
My working copy is at in
F:\Programmation\Projets\subversion\svnant\test\svn\workingcopy\

I added and committed a directory : listTest

1)
 >svn ls
listTest/

no problem here

2)
However if I do
 > svn ls -r BASE
I get nothing. Why ?

3)
 >svn -r BASE list listTest
dir1/
dir2/
file1.txt
file2.txt

This is what I expected

4)
 >svn status
I get nothing

5)
 >svn info
Path: .
URL: file:///F:/Programmation/Projets/subversion/svnant/test/svn/repository
Repository UUID: 1c206da4-54b5-b448-9457-ba04b75777cf
Revision: 0
Node Kind: directory
Schedule: normal

6)
 >svn update
At revision 1.

So it seems it needed to be updated. Is it the expected behaviour ?

7)
 >svn ls -r BASE
listTest/

Now, it is ok ... But this is the result I expected for 2)

Thanks,

Cédric


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org