Friday
30
Dec 2005

Ignore a file in Subversion (svn ignore)

(11:13 pm) Tags: [Software, How do I...]

svn propset svn:ignore *.pyc dirname

or

svn propedit svn:ignore dirname

Popularity: 95%

Comments: (0)

Wiki with offline support?

(5:57 pm) Tags: [Software, Business Ideas]

Is there such a beast? Google seems to hear people talking about trying to find one, but I don’t see any to play with.

Perhaps something like subwiki could be made to just make local edits to checked out files, and commit occassionally? This would allow N instances of subwiki on the same content, but located on different machines (my laptop, for instance). You could utilize svn’s merge ability to make it all work together.

Just a random thought.

Maybe this is a project for someone…

Popularity: 44%

Comments: (3)