« Return to Thread: Problems with SVNStatusClient.doStatus(File, boolean)

Problems with SVNStatusClient.doStatus(File, boolean)

by Domsch, Christian (IZLBW Extern) :: Rate this Message:

Reply to Author | View in Thread

Hi,

I do have a very strange problem when I want to get the status of a new unversioned file. We are running a 1.5.6 subversion server using https. Our application has a client-server architecture where the client and servers both use scripts where certain svn operations are performed.
The clients all run Windows XP, our server is a SLES 10 linux with x64 architecture. Both use a JDK 1.5.0_16. The svnkit version is 1.2.3.

When the client adds a new file in a versioned directory the status call for this new file acts as expected, the call returns a SVNStatus object. When the server does the except same thing, sometimes the call to doStatus() returns null for new files. And it even gets better :) In these scripts multiple doStatus calls are performed, and after a certain amount of calls the doStatus() returns a correct SVNStatus object.

My question now is which situations can cause the doStatus method to return null for new files in a versioned directory? I assume that this should normally not happen so it seems that something is not correct, maybe the svn metainformation or something different.


Mit freundlichen Grüßen
Christian Domsch

Softwareentwickler Extern
Informatikzentrum Landesverwaltung Baden-Württemberg (IZLBW)
Abteilung 3 - EBZI
Bereich Landwirtschaft, Naturschutz

Stuttgarter Str. 161
D-70806 Kornwestheim
Telefon: +49 7154 139-320
E-Mail: Christian.Domsch@...



---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...

 « Return to Thread: Problems with SVNStatusClient.doStatus(File, boolean)