Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
4.0
-
None
-
Ubuntu 12.04 LTS with fixes applied (64 bit), jetty 6 as servlet containter
SHELL=/bin/bash
TERM=xterm
USER=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/usr/share/solr
LANG=en_US.UTF-8
SHLVL=1
SUDO_COMMAND=/bin/bash
HOME=/root
LANGUAGE=en_US:en
LOGNAME=root
LESSOPEN=| /usr/bin/lesspipe %s
SUDO_GID=1000
LESSCLOSE=/usr/bin/lesspipe %s %s
_=/usr/bin/env
OLDPWD=/usr/share/solr/solrUbuntu 12.04 LTS with fixes applied (64 bit), jetty 6 as servlet containter SHELL=/bin/bash TERM=xterm USER=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/usr/share/solr LANG=en_US.UTF-8 SHLVL=1 SUDO_COMMAND=/bin/bash HOME=/root LANGUAGE=en_US:en LOGNAME=root LESSOPEN=| /usr/bin/lesspipe %s SUDO_GID=1000 LESSCLOSE=/usr/bin/lesspipe %s %s _=/usr/bin/env OLDPWD=/usr/share/solr/solr
Description
When adding a working core into a subversion repository, a ".svn"-directory is created in "$SOLR_HOME/solr/$CORE_NAME/data".
Upon restarting jetty (our servlet container), solr produces an error that at least one core should be available. Upon removing the "$SOLR_HOME/SOLR/$core_name/data/.svn"-directory, things work again.
In short: we can not add a complete core into SVN, which would be nice to do. If something can be implemented to ignore dot-directories in de data folder that would probably solve the issue.