Hello Lukas! > my situation: > > my collegues and i are developing on a netusg20 embedded device, the OS > (in my case emdebian) is stored on a small micro-sd card..im using fsvs > to store the data from this sd card..everyone has it's own device and > sdcard and i'd like that everyone can check in into one repository > > now..when i do a checkout on the sd card on my laptop, all checks out > fine..but when i insert the sd card in a device and make a update from > the emdebian system itself, all files appear as new (or N in the > column), and it takes forever to fetch all the changes, even if i did a > fresh checkout a few minutes ago.. > > is there a way to get around this or do you have a idea where the > problem could be located? Hmmm ... Does your checkout via your laptop and the update on emdebian use the same FSVS-metadata? If not, the both systems will have differing knowledge about the local state.
Ie. is the /etc/fsvs and /var/spool/fsvs located on the SD-card, and used in both cases? For the emdebian system I'd think so, but if you're not using chroot on the laptop (if the architecture is compatible) you'll either need to set the FSVS_WAA and FSVS_CONFIG environment, or (a bit better) use the softroot option: http://doc.fsvs-software.org/doxygen-gif/group__options.html#o_softroot Hope that helps! Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2609436 To unsubscribe from this discussion, e-mail: [[email protected]].
