global-ignores

2011-04-15 Thread Shiyuan
Hi, I want svn to ignore a certain files and I set up global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej However, it doesn't seem to work. svn ci and svn update still check in or overwrite those files. What else do I need to setup? I also want svn to ignore

target path does not exist.

2011-04-10 Thread Gu Shiyuan
Hi, When I enter svn update from a working directory, it gives me Target path does not exist? What could be wrong? Thanks.

where is the missing versions

2011-04-10 Thread Gu Shiyuan
Hi, svn log gives me a list of the history, but I notice that some versions are skipped. In the list, r44 is followed by r49 while r45-r48 is missing. How can I find out those versions? I remember I made some important comments when I commited those versions, but I don't not why they are gone. T

where is the initial checkout

2011-04-09 Thread Gu Shiyuan
Hi, which command can tell me the repository address of a working directory? Thanks.