version control - SVN project not showing in repository directory -
tortoisesvn 1.7.15,
subversion 1.7.18,
i imported project windows workstation using tortoise svn existing repository on centos server.
my directory structure follows: springproject/trunk/[project files , dirs src/ resources/ etc.] springproject/branch , springproject/tags
i highlighted springproject directory in explorer interface, right clicked , selected svn import, entered log message , clicked ok. project imported no errors
the project directory , subdirectories in windows interface show green check marks signifying good.
the problem: however, on centos server in repos directory /usr/local/svn/repos, springproject entry not appear alongside of other projects.
if use tortoise repo browser, shows project , url expect. springproject shown in interface alongside of other projects.
i changed out of /usr/local/svn/repos directory , in see if shell needed reread directory. entry still not there. svn list --verbose svn/192.168.0.76/usr/local/svn/repos shows springproject along other projects.
restart/reload of svnserve service not change anything. if try commit on directory, interface says nothing commit, no files have changed. tortoise sees ok.
i suppose might delete project , reimport command line, know reason occurred.
apparently these directories results of errors in attempts create these projects. empty except trunk/tag/branches directories. simple rm -rf cleaned no side issues.
Comments
Post a Comment