This commit is contained in:
parent
880fe09f37
commit
7f0554555c
1 changed files with 9 additions and 0 deletions
9
doc/forum/Accessing_files_directly_on__a_USB_device.mdwn
Normal file
9
doc/forum/Accessing_files_directly_on__a_USB_device.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
Using the assistant, I have created a repository on my laptop plus a synced repository on a USB disk. Looking into the first repository, I see my files accompanied by a .git directory. However, looking on the USB disk (e.g. /media/usb/annex), all I see is what looks like the content of a .git directory.
|
||||
|
||||
This means that it is difficult to retrieve any file directly from this disk -- it has to be synced to another local repository first.
|
||||
|
||||
Is there any way to change this ? E.g. to have a copy of the working tree, plus a .git directory, on the disk ?
|
||||
|
||||
My use case: I have added plenty of media files to my repository. In addition to using the USB disk as a backup/medium for transfering these files to another computer, I'd like to be able to plug the disk to e.g. a media player and read the files directly from the tree, but it does not work at the moment.
|
||||
|
||||
Is there anything I am missing ?
|
Loading…
Add table
Add a link
Reference in a new issue