Y
Hacker News
new
|
ask
|
show
|
jobs
by
mercurial
4848 days ago
git annotate?
1 comments
ctdonath
4848 days ago
I'm talking code that has out-lived several "yeah we'll use this forever" version control systems. If the comment isn't in the code it will get lost.
link
ZoFreX
4848 days ago
FWIW you can actually migrate between most major VCS systems without losing your history.
link
Someone
4848 days ago
Yes, but it is neigh impossible to migrate from say Python to C, a copy-paste into an entirely different project, and from there via Java to C# and keep history. That may be a stretch, but even one such step will almost certainly lose history.
link
mercurial
4848 days ago
It also depends on what kind of stuff you've done with your VCS. "Creative" SVN layouts may be difficult to merge.
link
ctdonath
4848 days ago
That's assuming somebody remembers where it was.
link