On Jun 22, 2010, at 03:59, Kevin Wu wrote: > I created a repository and imported one entire directory. > > But some files in that directory were not added to my repository. > > I logged the import process and confirmed this. > > But why? I need these files in order to auto-build by Hudson server. > > these files are 17mb - 44mb big, named for example, "libxerces-c-3.0.so", > "libxerces-c.a"
By default, Subversion ignores .so and .a files, and some others. If you don't want that, set global-ignores to something else in your ~/.subversion/config (or equivalent if not on a Unix-based operating system).