[git-users] Git as a photo backup tool

2017-01-27 Thread Carsten
about this. Why is handling large binary data slow in the first place? With an "add only" repository, does Git LFS have any advantages at all? Given the above "photo backup" special-case for large binary files, is it expected to experience the same problems that are pri

Re: [git-users] Git as a photo backup tool

2017-02-03 Thread Carsten
> "incrementally pushable" (as Git repositories are). > Yes, and unfortunately it cannot "distribute" backups neither. Please have a look at https://github.com/borgbackup/borg/issues/2119 where I'm briefly comparing Borg to Boar. Well, it would be a dream if Boa

[git-users] git status --> Out of memory, realloc failed

2017-02-14 Thread Carsten
gc`. This seemed to work well – but `git status` still fails: (uiserver):p7715773:~/cafu$ cat ~/.gitconfig [color] ui = auto [user] name = Carsten Fuchs email = carsten.fu...@cafu.de [core] editor = nano pager = less -M -FRXS packedgitwindowsize = 30m packedgitlimit

[git-users] Re: git-svn: mapping individual subversion branches

2012-01-30 Thread Carsten
is missing in git (but maybe this is something to be fixed with "grafting" later(?)). However, I too would be interested in what the git experts think. Is this a good solution? Is there a better / more natural solution? Best regards, Carsten -- Cafu - the open-source Game and

[git-users] Re: Multiple backup strategy & S3

2016-01-10 Thread Carsten Fuchs
Hi Kai, Am 2016-01-08 um 05:18 schrieb Kai Hendry: Thanks what {aws s3,s3cmd} sync does but it has a problem of trumping data. Maybe http://www.boarvcs.org/ is an option for you? Best regards, Carsten -- You received this message because you are subscribed to the Google Groups &quo

Re: [git-users] git status --> Out of memory, realloc failed

2017-02-23 Thread Carsten Fuchs
Anyone please? Best regards, Carsten Am 2017-02-12 um 11:49 schrieb Carsten: Dear Git group, I use Git at a web hosting service, where my user has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4

[git-users] Importing Subversion vendor-branches to Git

2012-10-06 Thread Carsten Fuchs
wxWidgets/ zlib/ using something like "svn move vendor/ temp/", "svn move temp/ vendor/ExtLibs/ --parents", then tried again as before. But unfortunately, this created two more revisions (and additional confusion), but didn't change anything else. In summ

[git-users] Re: Importing Subversion vendor-branches to Git

2012-10-08 Thread Carsten Fuchs
least require everyone to rebase), would it? Also, one of our important points in switching to Git is the better merging, i.e. when a new version of one of the libraries in ExtLibs is released, we would like to make upgrading easy. Ok, as said above, I'll come up with a shorter, sta

[git-users] [Short edition] Importing Subversion vendor-branches to Git

2012-10-08 Thread Carsten Fuchs
import the main project below cafu/, so that it also has the proper branches from and merges to vendor/ ? Many thanks and best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platform, real-time 3D Action Learn more at http://www.c

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-09 Thread Carsten Fuchs
eck out "trunk", then merge in "vendor". As you see it's very straightforward and simple. :-) I'm honestly a bit surprised that this kind of question doesn't occur more often, considering (or assuming) that many other projects that convert from SVN to Git have &q

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-09 Thread Carsten Fuchs
of thought you have tried out in practice? I didn't try it before, because I didn't know how to move a whole tree into a subdirectory. But I'll try now, and report how it went. With the hand-work involved, it will probably take me a few days to finish, though. A thousand th

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-11 Thread Carsten Fuchs
dgets 2.9.12". That's all. No tag is expected to give an exhaustive list of the version of everything. :-) Thanks for your help, I'm currently working on implementing it! Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platfor

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-11 Thread Carsten Fuchs
subtree strategy, I'd use subtree's though, so I'd be very happy to learn if this is possible. Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platform, real-time 3D Action Learn more at http://www.cafu.de -- You received

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-12 Thread Carsten Fuchs
into or out of subdirectory ExtLibs/. This would come at the cost of altered SHA-1 sums for quasi all commits, but for the sole purpose of a potential future conversion, that would be worthwhile. :-) ) A thousand thanks and best regards, Carsten -- Cafu - the open-source Game and Graphics

[git-users] [solved] Re: Importing Subversion vendor-branches to Git

2012-10-19 Thread Carsten Fuchs
w.cafu.de/forum/viewtopic.php?f=14&t=1090 http://www.cafu.de/forum/viewtopic.php?f=14&t=1092 Many thanks for everyones help! Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platform, real-time 3D Action Learn more at htt

[git-users] Problem with moving everything into a subdirectory; merge conflicts

2013-01-06 Thread Carsten Fuchs
nfortunately I didn't keep a copy of the exact messages, but essentially the reported conflict was that the file has been renamed on one side, and has been renamed on the other side as well. What can we do? Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platform, real-time 3D Action Learn more at http://www.cafu.de --

[git-users] Re: Problem with moving everything into a subdirectory; merge conflicts

2013-01-06 Thread Carsten Fuchs
/images/smilies/icon_question.gif left in tree. # [...], then after the last: Automatic merge failed; fix conflicts and then commit the result. So the question still stands... Best regards, Carsten - Original Message - From: "Carsten Fuchs" To: Sent: Sunday, January 06, 20

[git-users] Re: Problem with moving everything into a subdirectory; merge conflicts

2013-01-07 Thread Carsten Fuchs
how solved all the conflicts (so that none of the files had been changed from F), the result would have technically been exactly the same? Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer, cross-platform, real-time 3D Action Learn more at http://www.cafu.de --

[git-users] Re: Problem with moving everything into a subdirectory; merge conflicts

2013-01-08 Thread Carsten Fuchs
test if *future* commits on the two branches, and future merges among them, will work as expected, but it looks as if everything worked out exactly as hoped. :-) Philip, thank you very much for your help! Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for multiplayer,

[git-users] git merge: error: The following untracked working tree files would be overwritten by merge

2013-01-11 Thread Carsten Fuchs
not do something analogous? (Afaics, update the HEAD, update the Index, but leave the working-copy edition alone?) I searched for this beforehand, and most advice involves either stashing, or with "git reset --hard" the loss of the untracked files. Best regards, Carsten -- Cafu - t

[git-users] Re: git merge: error: The following untracked working tree files would be overwritten by merge

2013-01-11 Thread Carsten Fuchs
in my original mail. 5. The final "git merge origin/master --ff-only" failed. Although I saw solutions to the problem, it seems to me that Subversion works better in such cases, and thus I posted here. ;-) Best regards, Carsten On Fri, Jan 11, 2013 at 4:38 AM, Carsten Fuchs wrote

[git-users] Re: git merge: error: The following untracked working tree files would be overwritten by merge

2013-01-15 Thread Carsten Fuchs
Hi again, Am 11.01.2013 11:38, schrieb Carsten Fuchs: [...] So my real question is, why does Git not do something analogous? (Afaics, update the HEAD, update the Index, but leave the working-copy edition alone?) I searched for this beforehand, and most advice involves either stashing, or

[git-users] CRLF will be replaced by LF warning

2013-04-05 Thread Carsten Fuchs
ide-by-side diff shows all lines in the file as "moved", even all the lines that have not been modified at all.) I'd be very grateful for any hint! :-) Best regards, Carsten -- Dipl.-Inf. Carsten Fuchs Carsten Fuchs Software Industriegebiet 3, c/o Rofu, 55768 Hoppstädte

[git-users] Re: CRLF will be replaced by LF warning

2013-04-07 Thread Carsten Fuchs
need help with this problem. Best regards, Carsten -- Dipl.-Inf. Carsten Fuchs Carsten Fuchs Software Industriegebiet 3, c/o Rofu, 55768 Hoppstädten-Weiersbach, Germany Internet: http://www.cafu.de | E-Mail: i...@cafu.de Cafu - the open-source game and graphics engine for multiplayer 3D act

[git-users] Re: CRLF will be replaced by LF warning

2013-04-10 Thread Carsten Fuchs
mlinks=false core.autocrlf=false color.diff=auto color.status=auto color.branch=auto color.interactive=true pack.packsizelimit=2g help.format=html http.sslcainfo=/bin/curl-ca-bundle.crt sendemail.smtpserver=/bin/msmtp.exe diff.astextplain.textconv=astextplain rebase.autosquash=true user.name=Carsten

[git-users] Re: CRLF will be replaced by LF warning

2013-04-12 Thread Carsten Fuchs
Am 2013-04-10 21:11, schrieb Carsten Fuchs: The problem described in my original message seems to stem from the fact that the line endings are not written as CRLF in the working directory. Please consider these simple steps to see the problem: [...] Can someone help me? Can someone

[git-users] Re: CRLF will be replaced by LF warning

2013-04-14 Thread Carsten Fuchs
also posted my question at the msysgit list, and got very kind help there, also covering the root cause of the problem. See http://thread.gmane.org/gmane.comp.version-control.msysgit/18241 for details. Best regards, Carsten -- You received this message because you are subscribed to the Google