Hello Enrico, > - my .svn/entries are not xml like (as introduced in Subversion 1.5+ if I am > not mistaken for performance reasons); > - svnKit expects them to be xml like;
SVNKit 1.3.6 supports both xml and non-xml format of the working copy. SVNKit 1.7.0 (development version in trunk) also supports new sqlite-based format of the working copy. What version of SVNKit do you use? > - I've tried using svnKit 1.3.6 and 1.7 and both are giving me the same > result (error: dir not under version control); What does native Subversion command line client says? > Should I assume that the libraries expects always and only xml like entries? No, this is not the case. > The only workaround I've found so far is to checkout a fresh new working > copy. Of course this is quite inconvenient, especially for big projects. In case fresh checkout helped, than might it be that your working copy has been corrupted somehow? For instance, .svn directory should not only contain 'entries' file, but also 'format' file. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 25 October 2011 13:54, Enrico Musu <[email protected]> wrote: > > Hi, > > to recap: > - I am currently using Subversion 1.6.16; > - my .svn/entries are not xml like (as introduced in Subversion 1.5+ if I am > not mistaken for performance reasons); > - svnKit expects them to be xml like; > - I've tried using svnKit 1.3.6 and 1.7 and both are giving me the same > result (error: dir not under version control); > > I've tried also to change via svn info --xml and replacing them with the > original entries, but still the result data are different thus leading to a > "dir not under version control" error. > > Should I assume that the libraries expects always and only xml like entries? > The only workaround I've found so far is to checkout a fresh new working > copy. Of course this is quite inconvenient, especially for big projects. > > Thx for your support, > Enrico > > -- > View this message in context: > http://old.nabble.com/Dir-is-not-in-revision-control-tp32690366p32716944.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
