It's possible that the "no space left on device" error is spurious. It could be assuming that all exceptions on writes mean a disk-full condition. Perhaps it's complaining about the form of a filename or something.
Craig -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gnan Shabada Sent: Wednesday, July 13, 2011 3:48 PM To: [email protected] Subject: 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.
