-----Original Message----- From: Markus Schaber [mailto:m.scha...@3s-software.com] Sent: Tuesday, November 08, 2011 1:40 AM To: Floeder, Joe; users@subversion.apache.org Subject: AW: 1.7.1 working copies - verification
Hi, Joe, Von: joe.floe...@sungard.com [mailto:joe.floe...@sungard.com] > How do know I have a 1.7.1 working copy? Can I tell by looking at the > working copy on the file system? The older version had .svn directories and > the entries file. What does the new working copy look like? Normally, 1.7 working copies only have .svn directories in the top level of the working copy. (Externals and nested WCs are different cases.) This should be enough for a first-glance 1.7.X vs. 1.0.X-1.6.X disambiguation. > We are running 1.7.1 and 1.6.17 on two different servers - right now I am not > sure I am connecting to the correct svnserve process. As both the 1.6.X and 1.7.X clients can connect to both 1.6.X and 1.7.X servers, and the server repository format did not change between 1.6.X and 1.7.X, so I'm not sure which problem you want to describe me with that sentence. Markus Hi Markus Daniel Scahaf answered my question on an earlier reply saying "look for **/.svn/wc.db." Now I see that 1.7.1 working copies only have one .svn folder and the sqlite database file wc.db is in that folder. After I realized this, I discovered that we were sourcing in a path to an older version of svn in our unix shell script 'wrappers'. I changed the environment variable assignment to version 1.7.1 and now I get the newer version of the working copy. Thanks. Joe