SVN repository in shared directory
Posted: 23. Jun 2010, 16:00
Hy,
I use a host windows 7 system which has an automatic Backupsoftware running.
In order to backup svn repository which I am using in the Ubuntu Guest System I created the SVN repository in the mounted shared folder.
I can read and write the shared folder from ubuntu as well as from windows 7.
Creation of the repository with
works fine.
But when I try to import:
... a error is diplayed.
Repeating the same procedure on a normal folder in linux (not shared) works fine.
Somebody has an idea what I am doing wrong?
thanks
dziadgba
I use a host windows 7 system which has an automatic Backupsoftware running.
In order to backup svn repository which I am using in the Ubuntu Guest System I created the SVN repository in the mounted shared folder.
I can read and write the shared folder from ubuntu as well as from windows 7.
Creation of the repository with
Code: Select all
svnadmin create /home/dziadgba/host/But when I try to import:
Code: Select all
svn import /home/dziadgba/mb/ file:///home/dziadgba/host
Adding /home/dziadgba/mb/trunk
Skipped '/home/dziadgba/mb/.svn'
Adding /home/dziadgba/mb/branches
Adding /home/dziadgba/mb/tags
svn: Can't read directory '/home/dziadgba/host/db/transactions/0-0.txn': Partial results are valid but processing is incomplete
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.4.tmp'Repeating the same procedure on a normal folder in linux (not shared) works fine.
Somebody has an idea what I am doing wrong?
thanks
dziadgba