svn:externals & tagging, how to combine code between teams

2010-01-29 Thread Charles Chan
Hi, In our company, we are working on a product composed of different C/C++ modules. Ideally, each tier and module should be developed by separately by different teams and tested independently. Currently, we have separate each module into it's own branch:\ The modules are: \hid \branches

Re: Recursive svn stat

2010-01-29 Thread Andrey Repin
Greetings, Naz! > Hi there, > I am trying to get a list of all files that have been added or > removed from the repo by means other than svn commands. "svn stat" > works, but does not recurse into directories. Ermm? Since when? For me, svn status descending into directories by default. $ sv

Re: spam being forwarded from ad...@subversion.apache.org

2010-01-29 Thread vishwajeet singh
On Sat, Jan 30, 2010 at 12:07 AM, Jack Repenning wrote: > Does anyone still have a copy of the original spam as it was received -- > the message that says "An e-card from XXX for you"? If so, can you send me a > "raw message format" copy of it? It will help plug the leak. > > I forwarded you the c

Re: spam being forwarded from ad...@subversion.apache.org

2010-01-29 Thread Jack Repenning
On Jan 29, 2010, at 4:38 PM, Eric Lee wrote: > Jack, > > I have just received a new different kind of spam. > Do you want take a look of it ? I can forward it if you need ! Sure, always interested in something new and different! It looks like you use Gmail, is that right? There's a "Show origi

Re: spam being forwarded from ad...@subversion.apache.org

2010-01-29 Thread Eric Lee
Jack, I have just received a new different kind of spam. Do you want take a look of it ? I can forward it if you need ! Regards, Eric, On Sat, Jan 30, 2010 at 2:37 AM, Jack Repenning wrote: > Does anyone still have a copy of the original spam as it was received -- > the message that says "An

Recursive svn stat

2010-01-29 Thread Naz
Hi there, I am trying to get a list of all files that have been added or removed from the repo by means other than svn commands. "svn stat" works, but does not recurse into directories. "svn stat --depth infinite" does not help, that's the default behaviour anyway. Can I get a recursed

Re: Obliterate - milestone 1 reached: the most basic obliteration

2010-01-29 Thread vishwajeet singh
On Fri, Jan 29, 2010 at 9:31 PM, Julian Foad wrote: > Hi, fans of Obliterate. > > I have reached milestone 1 in development of this feature, and blogged > about it here > . > > my hearty congratulations to youthats what peopl

Re: spam being forwarded from ad...@subversion.apache.org

2010-01-29 Thread Jack Repenning
Does anyone still have a copy of the original spam as it was received -- the message that says "An e-card from XXX for you"? If so, can you send me a "raw message format" copy of it? It will help plug the leak. > -==- Jack Repenning Chief Technology Officer CollabNet, Inc. 8000 Marina Boulevard

Re: spam being forwarded from ad...@subversion.apache.org

2010-01-29 Thread Jack Repenning
On Jan 28, 2010, at 12:36 PM, C. Michael Pilato wrote: > Can some of you who are seeing this problem please report it to > feedback {_AT_} tigris.org ? Thanks, Oh, never mind about that. I can find at least a few in the database, which should provide enough info to deal with this. But for fut

Obliterate - milestone 1 reached: the most basic obliteration

2010-01-29 Thread Julian Foad
Hi, fans of Obliterate. I have reached milestone 1 in development of this feature, and blogged about it here . - Julian

RE: Change of case during checkout

2010-01-29 Thread David Aldrich
Hi Andy > Check your Samba config & make sure that "preserve case" is enabled. > See http://marc.info/?l=samba&m=98863735916130&w=2 Thanks for your reply. We set the parameters as specified in your link and it has fixed our problem. Slightly odd though, because, as far as we can tell, those see

Re: Change of case during checkout

2010-01-29 Thread Andy Levy
On Fri, Jan 29, 2010 at 08:37, David Aldrich wrote: > Hi > > We are running svn client 1.6.9 on Windows and checking out a working copy > to a Samba network drive. > > We find that one of the directories is checked out with incorrect case: > > /TML > > becomes: > > /tml > > The svn checkout commen

Change of case during checkout

2010-01-29 Thread David Aldrich
Hi We are running svn client 1.6.9 on Windows and checking out a working copy to a Samba network drive. We find that one of the directories is checked out with incorrect case: /TML becomes: /tml The svn checkout commentary shows the correct case. Please can anyone suggest how this could hap

Re: SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Eric Lee
On Fri, Jan 29, 2010 at 7:58 PM, Vineet Priyank wrote: > Thanks Andy for your quick response. > > We want to access the svn(Basically check out) from URL1 and we want to > update it with URL2, this is our basic requirement. Please suggest the > possible solutions. > > Vineet Did you have two or m

Re: SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Ulrich Eckhardt
On Friday 29 January 2010, Vineet Priyank wrote: > We want to access the svn(Basically check out) from URL1 and we want to > update it with URL2, this is our basic requirement. Please suggest the > possible solutions. Have you taken a look at the '--switch' command? This allows you to change the

Re: SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Felix Gilcher
Basically, you can use svn switch --relocate to switch the working copy url. However, that will probably not switch the associated credentials, you'd probably still have to use the --username switch. But as Andy asked, why that requirement? What's the basic idea behind that? If you'd tell us we

RE: SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Vineet Priyank
Thanks Andy for your quick response. We want to access the svn(Basically check out) from URL1 and we want to update it with URL2, this is our basic requirement. Please suggest the possible solutions. Thanks, Vineet -Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent:

Re: SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Andy Levy
On Fri, Jan 29, 2010 at 06:20, Vineet Priyank wrote: > > I have two URLs with different credential pointing to the Same Server and > Same data. I have done svn check out for URL1 with crederntial1 and it got > checked out. After that I have changed the URL1 to URL2 using > > sed –i ‘s/string1/stri

SVN access using 2 different URLs pointing to same Server by changing metadata

2010-01-29 Thread Vineet Priyank
Hi, I am Vineet and I am having some requirement for SVN access. I have two URLs with different credential pointing to the Same Server and Same data. I have done svn check out for URL1 with crederntial1 and it got checked out. After that I have changed the URL1 to URL2 using sed -i 's/str

Fw: Re: Need help for subversion

2010-01-29 Thread Hiroshi Miyazaki
Dear Ryan san Thank you for the kind reply. >Or, some Subversion clients may implement client-side hooks, which you might >consider using for this purpose if those happen to be the clients your users >want to use. TortoiseSVN for Windows, for example, has this feature. But >remember it's a Tor

Re: Windows 7 entries file locking

2010-01-29 Thread David Turner
Lots of people don't have the problem, and lots do (e.g. http://schleichermann.wordpress.com/2009/12/09/svn-tortoisesvn-cant-move-the-file-or-directory-is-corrupted-and-unreadable-windows-7/