July 2009 Archives

Timestamp same as another file

A way to set the timestamp on one file the same as on another file: TIMESTAMP=`stat -c %Y onefile.txt` touch -d @$TIMESTAMP anotherfile.txt Or use date -r with the right format for the seconds since epoch
Combined the two separate git repositories for BBBSDEB into one, putting bbbs-installer & bbbs-equivs onto separate branches. Made that publically viewable at  git.rocasa.org/gitweb.cgi/bbbsdeb.git,  

Public Git repository

| 1 TrackBack
Combined the two separate git repos into one, putting bbbs-installer & bbbs-equivs onto                             
separate branches. Made that public at git.rocasa.org/gitweb.cgi/bbbsdeb.git.
Initial work on setting up a local GIT repository for my MBSE BBS work. This sequence worked:

  • git svn init --stdlayout svn://cobweb/mbsedeb ~/prj/mbsedeb/repo
  • git-import-orig --no-dch -u0.92.0 --pristine-tar ../arc/mbsebbs-0.92.0.tar.gz
  • git svn fetch
  • git merge -m "Merging trunk from original svn repository." trunk

Local HwB GIT repository

I had decided to start using GIT for all of my packaging etc work so I wanted to create such a repository for the HwB (Hardware Book) packaging I'm doing.   First tried using the git-svn command to migrate the existing svn repository I had over to a git repostiory;   that worked but I really was not satisfied with the resulting repository, in part because of what it started with.
I then tried using the git-import-dsc command to directly import the existing Debian HwB archives in to a new GIT repository, which was successful for all of the package archives I had.

Initial gitweb usage

Enabled local only gitweb usage of the two existing git repositories

About this Archive

This page is an archive of entries from July 2009 listed from newest to oldest.

June 2009 is the previous archive.

August 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.