我正在使用svn命令行,并且我想忽略一些在我的工作副本中进行更新的文件。我试过svn proset svn:ignore -F file.txt .,它显示"property 'svn:ignore' set on '.'",但当我更新它时,所有的文件都会更新。然而,它在tortoisesvn上工作得很好,但我需要在linux机器上使用它,因此需要一个命令行选项来实现它。
我可以发布更多的数据,如果你让我知道我应该运行什么,但这里是错误和版本。
> install.packages("ggplot2", dependencies = TRUE)
Warning in install.packages :
package ‘ggplot2’ is not available
Installing package(s) into ‘/home/johnny4000/R/x86_64-pc-linux-gnu-library/2.12’
(as ‘lib’ is unspecified)
Warning in install.packages
我想在R中运行以下代码,摘自
library(ggplot2)
bp <- ggplot(data=PlantGrowth, aes(x=group, y=weight, fill=group)) + geom_boxplot()
bp
# Remove legend for a particular aesthetic (fill)
bp + guides(fill=FALSE)
不幸的是,在最后一个命令中,系统说:
Error: could not find function "guides"
我做了一个小搜索,发现向导函数包含在"scales“包中,然后安装
我已经在Ubuntu14.04上安装了Eclipse,并通过安装Subcli与否增加了SVN支持。我遵循来启用JavaHL支持。当我启动Eclipse (从命令行或从启动程序)并转到Window -> Preferences -> Team -> SVN时,它会崩溃,其中包含以下消息:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f47a102b784, pid=5510, tid=139948294772480
#
#
我在Linux上运行Eclipse的Helios包,我在其中添加了subversive插件、Trac集成和m2e连接器。在过去的几周里,我一直在尝试安装更新,每次我收到像这样的消息
No repository found containing <something or other>
最近的一次是
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.eng
subversion存储库已损坏,在尝试运行svn clean up时会显示以下错误消息。
svn: E155016: The working copy database at '/..../..../../' is corrupt
请指教我们能做些什么?
版本: svn版本1.8.15 (r1718365)编译于2017年7月28日13:10:06 on x86_64-未知-linux-gnu