subversion: all or none?
Friday, Dec 23. 2005 – Category: OpenSolaris, OpenSource
i think i’ve got the incremental “squelch”-ing working now, so i can maintain a per-putback squelched workspace that mirrours ON. this puts us one step closer to being able to do nightly source syncs.
my next step is to somehow mirrour this over to Subversion. i’m running into a problem though… Subversion requires you to checkout whole directories. you can’t just checkout/edit one file. this isn’t a problem when you’re editing usr/src/cmd/ps/Makefile – but becomes annoying when you want to edit usr/src/Makefile.master.
why do i have to checkout everything in usr/src? that’s thousands of files i have to unnecessarily checkout when all i want to do is edit one file.
i know SCCS is old – but the more i use other SCMs, the more i like SCCS
No Trackbacks to “subversion: all or none?”
3 Comments to “subversion: all or none?”
-
Cyril Plisko Says:
December 23rd, 2005 at 13:56It takes some time to get into Subversion
At least it took for me – I spent a lot of time with TeamWare before first Subversion experience. The Subversion working copy is like TeamWare workspace – it supposed to be a long live entity. Once you created it by “svn co” it is for your own use. However, no files are actually “check-out” in an SCCS sense. After you’ve done with your editing you can check-in back whatever you want – it can be the whole working copy, or one single file, or anything in between. So for what you trying to achieve I think you should just create a working copy and then edit and check-in files as needed. You just never remove your working copy. Of course it is a matter of how fast the whole working copy can be recreated. For example at svn.genunix.org it takes me around a minute to “svn co” the whole opensolaris tree. So the operation is cheap and I never keep the working copy for longer then an hour when I am merging the next OpenSolaris codedrop. On my laptop however checking out the full trunk from the svn.genunix.org takes much longer and, hence, the working copy tends to live for days if not weeks usually.
Anyway, if you feel like talking about SVN experience WRT OpenSolaris feel free to mail/irc me. -
Stephen Lau Says:
December 23rd, 2005 at 17:36hey cyril, thanks – yeah, i’m too used to the SCCS/TeamWare model which lets you just bringover what you want, edit it – put it back and nuke your workspace. i’ve got a test setup now that keeps a long-lived Subversion workspace around now and just works within that. It just bugs me though because now I need to keep 3 full copies of ON around:
1) a “squelched” TeamWare workspace 2) the SVN repository itself 3) a checked out copy of the SVN repository as my working copy
anyway, disk space is cheap – so I suppose it’s not too big a deal, but still..
-
Cyril Plisko Says:
December 24th, 2005 at 13:23May I suggest working against svn.genunix.org repository ? Although the repository itself consumes only a few hundreds MB – peanuts comparing to the WC.
Leave a Reply
Recent posts
- Gesture Lock
(Saturday, Nov 13. 2010 – 12 Comments) - ConnectIn 1.1.1 & HTC Sense UI
(Tuesday, Sep 28. 2010 – 38 Comments) - ConnectIn
(Saturday, Sep 25. 2010 – 62 Comments) - Proguard, Android, Ant, and 3rd party external JARs
(Wednesday, Sep 22. 2010 – 18 Comments)
Categories
- Android
- Cars
- ChinaBlog
- Code
- Computers
- Development
- Food
- Football
- Grommit
- Linkage
- Movies&TV
- Music
- Musings
- OpenSolaris
- OpenSource
- Outdoors
- Pets
- Photos
- Quotage
- Rdio
- Songbird
- Sun
- Travel
Grommit
Mozilla
OpenSolaris
- alan burlison
- bonnie corwin
- eric boutilier
- glynn foster
- jim grisanzio
- mark nelson
- mike kupfer
- planet opensolaris
- stephen hahn
Songbird
Archives
- November 2010
- September 2010
- August 2010
- June 2010
- May 2010
- February 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002
