Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

63
votes
5answers
23k views

How to retrieve a single file from specific revision in Git?

I have a Git repository and I'd like to seem how some file looked a few months ago. I found the revision at that date, it's: 27cf8e84bb88e24ae4b4b3df2b77aab91a3735d8. I need to see what did one file ...
1
vote
1answer
452 views

RSync single (archive) file that changes every time

I am working on an open source backup utility that backs up files and transfers them to various external locations such as Amazon S3, Rackspace Cloud Files, Dropbox, and remote servers through ...
1
vote
2answers
360 views

Single-file ASPX and LINQ

there's a CMS system and there's aspx page without backend file. I can add server code straight to the .aspx wrapped with <script language="C#" runat="server"> tag. But compiler generates an ...
1
vote
5answers
263 views

Delphi-5 single-file storage solution?

Is there a Delphi-5 solution to easily integrate single-file storage into existing code? I would like to have files like Java *.jar or Openoffice document files which are zipped/compressed files and ...
0
votes
1answer
131 views

Wrapping an application written with newLISP in a single executable OSX app

As far as i have found out, it's possible -- and allowed -- to "link" and distribute a newLISP script with the newLISP binary to create a single-file executable. Now i would like to do this for an ...
0
votes
2answers
91 views

How can you temporarily roll back a single file to a known good state in svn?

I'm currently trying to return a single file to the state of a previous revision in subversion. I don't want to commit the file, just leave it as a modification to the working copy for a bit. How ...