All the action is in trunk/ and branches/. By convention, you don't modify a tag once it is created, since it typically represents a specific point in time, not ongoing work. In CCnet's case, there is a new tag created nightly, even if there haven't been any code changes.
If you want to have the full history of the project locally, you could always git-svn it. jonty s wrote: > I have been trying to do a snv checkout for myself. A few days back it > aborted for some reason with a recommendation to run "svn cleanup". So I > did. I get the following error now > > E:\SourceCode\cc.net\ccnet>svn cleanup > svn: In directory 'tags\ver-1_1_0_2290\tools\fxcop' > svn: Error processing command 'modify-wcprop' in > 'tags\ver-1_1_0_2290\tools\fxco > p' > svn: 'tags\ver-1_1_0_2290\tools\fxcop\CustomDictionary.xml' is not under > version > control > > The other thing I noticed was the amount of space tags dir was taking up > (3.1 GB). Is it necessary to have this in my checkout ? Is there a way to > filter and not get the tag's dir. Do I need it ? > > The other directory is 800Mb of branches. This is valuable for me. I would > like to see the work people are doing. > > Please advice > > JSiddharth