Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. christoph@christoph-laptop-16-04:~$ java -jar bfg-1.12.12.jar --strip-blobs-bigger-than 100M
  2.  
  3. Using repo : /home/christoph/.git
  4.  
  5. Scanning packfile for large blobs: 1
  6. Scanning packfile for large blobs completed in 7 ms.
  7. Found 1 blob ids for large blobs - biggest=4418245712 smallest=4418245712
  8. Total size (unpacked)=4418245712
  9. Found 1437 objects to protect
  10. Found 2 commit-pointing refs : HEAD, refs/heads/master
  11.  
  12. Protected commits
  13. -----------------
  14.  
  15. These are your protected commits, and so their contents will NOT be altered:
  16.  
  17. * commit 1753d24d (protected by 'HEAD') - contains 1 dirty file :
  18. - Documents/Archives/Finished Uni Modules.tar.gz (4.1 GB)
  19. Exception in thread "main" java.io.IOException: No such file or directory
  20. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  21. at java.io.File.createNewFile(File.java:1006)
  22. at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:66)
  23. at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:58)
  24. at scala.collection.immutable.List.foreach(List.scala:381)
  25. at scalax.io.support.FileUtils$.scalax$io$support$FileUtils$$preOpen(FileUtils.scala:58)
  26. at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:19)
  27. at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:18)
  28. at scalax.io.managed.OutputStreamResource.scalax$io$managed$OutputStreamResource$$nResource$1(OutputStreamResource.scala:38)
  29. at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
  30. at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
  31. at scalax.io.managed.WritableByteChannelResource.scalax$io$managed$WritableByteChannelResource$$nResource$2(WritableByteChannelResource.scala:35)
  32. at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
  33. at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
  34. at scalax.io.managed.WriterResource.open(WriterResource.scala:17)
  35. at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
  36. at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
  37. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:125)
  38. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:125)
  39. at scala.util.control.Exception$Catch.apply(Exception.scala:103)
  40. at scala.util.control.Exception$Catch.either(Exception.scala:125)
  41. at scalax.io.Resource$class.acquireFor(Resource.scala:169)
  42. at scalax.io.managed.WriterResource.acquireFor(WriterResource.scala:8)
  43. at resource.ManagedResourceOperations$class.acquireAndGet(ManagedResourceOperations.scala:25)
  44. at scalax.io.managed.WriterResource.acquireAndGet(WriterResource.scala:8)
  45. at resource.ManagedResourceOperations$class.foreach(ManagedResourceOperations.scala:45)
  46. at scalax.io.managed.WriterResource.foreach(WriterResource.scala:8)
  47. at scalax.io.WriteChars$class.writeStrings(WriteChars.scala:78)
  48. at scalax.io.managed.WriterResource.writeStrings(WriterResource.scala:8)
  49. at scalax.io.Output$class.writeStrings(Output.scala:125)
  50. at scalax.file.FileOps.writeStrings(FileOps.scala:78)
  51. at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:134)
  52. at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:116)
  53. at scala.collection.immutable.Set$Set1.foreach(Set.scala:94)
  54. at com.madgag.git.bfg.cleaner.CLIReporter.reportProtectedCommitsAndTheirDirt(Reporter.scala:115)
  55. at com.madgag.git.bfg.cleaner.CLIReporter.reportObjectProtection(Reporter.scala:86)
  56. at com.madgag.git.bfg.cleaner.RepoRewriter$.rewrite(RepoRewriter.scala:95)
  57. at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:59)
  58. at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:34)
  59. at scala.Option.map(Option.scala:146)
  60. at com.madgag.git.bfg.cli.Main$.delayedEndpoint$com$madgag$git$bfg$cli$Main$1(Main.scala:33)
  61. at com.madgag.git.bfg.cli.Main$delayedInit$body.apply(Main.scala:27)
  62. at scala.Function0$class.apply$mcV$sp(Function0.scala:34)
  63. at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
  64. at scala.App$$anonfun$main$1.apply(App.scala:76)
  65. at scala.App$$anonfun$main$1.apply(App.scala:76)
  66. at scala.collection.immutable.List.foreach(List.scala:381)
  67. at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
  68. at scala.App$class.main(App.scala:76)
  69. at com.madgag.git.bfg.cli.Main$.main(Main.scala:27)
  70. at com.madgag.git.bfg.cli.Main.main(Main.scala)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement