Hi all,
With previous versions (before 0.29.0) of subversion
svn status F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd -N
A F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd
A
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\file0.add
?
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\file1.add
?
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\readme.txt
? F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\toAdd0
The directory itself was always the first returned entry
Now we have :
svn status F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd -N
?
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\file1.add
?
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\readme.txt
? F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\toAdd0
A F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd
A
F:\Programmation\Projets\subversion\svnant\test\my_repos\toAdd\file0.add
The directory is not the first entry anymore
This is the way svn_client_status now works.
Before, to get the status of a directory, I just have to get the first
element in what svn_client_status returned. This is not possible anymore.
Is there a way to get only the status of the directory (excluding the
entries in this directory) using svn_client_status ?
Cédric
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 9 19:38:29 2003