Commiting to a repo on OpenVMS does not work with meeither. Guess JAVA has a bit of a problem reporting certain i.e. file lengts wrongly. AFAIK it makes also some io utility routines developed by plexus failing. But I wopuld be happy if one can lookm at it, and I can profit this times. Josef
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Gnan Shabada Gesendet: Mittwoch, 13. Juli 2011 21:48 An: [email protected] Betreff: Re: Commit failed error on OpenVMS Just an update This same commit command works fine when I do this from windows. I ftped the file as ASCII and did a commit with no issues. It only fails when doing this from openVMS. Any idea why is it so. Also the error below is misleading as such, so not sure about the root cause.. Any help is appreciated thanks Gnan Shabada wrote: > > Hi > I am trying to commit my files in OpenVMS using SVNKit. I get a commit > failed error with the following error. I checked my disk and it has enough > space. Am I missing something here. > > Transmitting file data > ............................................................................................................. > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > .................................................................................................................................... > ..................Skipped 'null' > Jul 11, 2011 10:46:38 AM > org.tmatesoft.svn.core.internal.util.DefaultSVNDebugLogger log > SEVERE: CLI: svn: Commit failed (details follow): > svn: While preparing > '/$DISK4/production/tracs/subversion/trunk/fffile.dat' for commit > svn: no space left on device > org.tmatesoft.svn.core.SVNException: svn: Commit failed (details follow): > svn: While preparing > '/$DISK4/production/tracs/subversion/trunk/fffile.dat' for commit > svn: no space left on device > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) > at > org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:899) > at > org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:828) > at > org.tmatesoft.svn.cli.svn.SVNCommitCommand.run(SVNCommitCommand.java:99) > at > org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment.run(AbstractSVNCommandEnvironment.java:134) > at > org.tmatesoft.svn.cli.AbstractSVNLauncher.run(AbstractSVNLauncher.java:81) > at org.tmatesoft.svn.cli.svn.SVN.main(SVN.java:26) > svn: Commit failed (details follow): > svn: While preparing 'fffile.dat' for commit > > > Also I checked size of file am committing and the disk space and the > output is as follows: > > WAVDEV>dir fffile.dat > > Directory $DISK4:[PRODUCTION.TRACS.SUBVERSION.TRUNK] > > FFFILE.DAT;1 204/204 20-SEP-2010 13:54:03.80 > > Total of 1 file, 204/204 blocks. > > > WAVDEV>sho dev $disk4 > > Device Device Error Volume Free > Trans Mnt > Name Status Count Label Blocks > Count Cnt > $1$DKC300: (WAVDEV) Mounted 0 DISK_4 1300756 > 2 1 > > > Any help is appreciated > > thanks > Gnan > > -- View this message in context: http://old.nabble.com/Commit-failed-error-on-OpenVMS-tp32041147p32056535.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
