Re: file *.a ignored

2010-01-26 Thread Ryan Schmidt
On Jan 26, 2010, at 07:28, Soft wrote: > Thank you for your answer. Unfortunately it didn't help. > > I did remove the comment on the global-ignores line. It didn't help. *.a > files are still marked as ignored. > This is a snipped of the config file. > > [miscellany] > ### Set global-ignores

Re: stalling commits until approval

2010-01-26 Thread Konstantin Kolinko
2010/1/26 Tucker : > Does anyone know of a, relatively, simple way to block commits, > without approval?  For the sake of context, here's the actual need: > > The company I work for has decided (correctly) that we need to keep > out system configuration scripts (puppet) in Subversion.  Migrating >

RE: stalling commits until approval

2010-01-26 Thread Bob Archer
> > I thought I had made a suggestion on how you could create an approval > process... perhaps you didn't see the email. > > I must have missed it. I did try a search through my archive, prior > to sending out this e-mail. Even looked for anything I sent to the > old list that had replies. Basi

Re: stalling commits until approval

2010-01-26 Thread Tucker
On Tue, Jan 26, 2010 at 1:10 PM, Bob Archer wrote: >> Does anyone know of a, relatively, simple way to block commits, >> without approval?  For the sake of context, here's the actual need: >> >> The company I work for has decided (correctly) that we need to keep >> out system configuration scripts

Re: stalling commits until approval

2010-01-26 Thread Andy Levy
On Tue, Jan 26, 2010 at 15:56, Tucker wrote: > Does anyone know of a, relatively, simple way to block commits, > without approval?  For the sake of context, here's the actual need: > > The company I work for has decided (correctly) that we need to keep > out system configuration scripts (puppet) i

RE: stalling commits until approval

2010-01-26 Thread Bob Archer
> Does anyone know of a, relatively, simple way to block commits, > without approval? For the sake of context, here's the actual need: > > The company I work for has decided (correctly) that we need to keep > out system configuration scripts (puppet) in Subversion. Migrating > all of this is a r

stalling commits until approval

2010-01-26 Thread Tucker
Does anyone know of a, relatively, simple way to block commits, without approval? For the sake of context, here's the actual need: The company I work for has decided (correctly) that we need to keep out system configuration scripts (puppet) in Subversion. Migrating all of this is a rather trivia

Re: Usage for svn list

2010-01-26 Thread Tim Landscheidt
Felix Gilcher wrote: > you seem to be confused about Peg revisions, you could read about them here: > http://svnbook.red-bean.com/en/1.5/svn.advanced.pegrevs.html > In short, a peg revions (@2, @HEAD, ...) denotes that the item you're looking > for can be found at the specified path at the spe

Re: file *.a ignored

2010-01-26 Thread Konstantin Kolinko
2010/1/26 Soft : > Thank you for your answer. Unfortunately it didn't help. > > I did remove the comment on the global-ignores line. It didn't help. *.a > files are still marked as ignored. > This is a snipped of the config file. > > [miscellany] > ### Set global-ignores to a set of whitespace-deli

Re: subversion-1.6.9 build error

2010-01-26 Thread Jiang Li
Hi Mark, This is the root problem like Jon pointed also. I downloaded the zip package. Thanks! Jiang Li 2010/1/26 Mark Phippard > On Mon, Jan 25, 2010 at 7:55 AM, Jiang Li wrote: > > My steps are as below: > > > > 1. Get the source code subversion-1.6.9; > > 2. Get sqlite-amalgamation-3_6_22.

Re: subversion-1.6.9 build error [reproducible]

2010-01-26 Thread Jiang Li
Hi Jon, Thank you for your sharing! I was not aware that the file .zip is intended for Windows (I found the notice on the page). This should be the root cause. :-) Thanks again! Jiang Li 2010/1/26 Jon Foster > Hi, > > ^M is CR. Given the output of "cat", it looks like the file contained: > >

Re: subversion-1.6.9 build error

2010-01-26 Thread Mark Phippard
On Mon, Jan 25, 2010 at 7:55 AM, Jiang Li wrote: > My steps are as below: > > 1. Get the source code subversion-1.6.9; > 2. Get sqlite-amalgamation-3_6_22.zip and neon-0.29.3.tar.gz, extract them > in subversion folder and change the directory name to remove the version > number; Is this ^^^ the

Re: file *.a ignored

2010-01-26 Thread Soft
Yes, if I add them with "svn add" command it works. It really seams to be a Subclipse and Tortoise problem. I tried kdsvn and Ankh snv clients and both accepted the *.a files. Thank you for the links. I'll try on those mailing lists. Kind regards - Original Message - From: "Jon Fost

Re: subversion-1.6.9 build error

2010-01-26 Thread Jiang Li
Hi Hyrum, Yes, after removing the extra ^M characters, I got it working. I do not know if the problem is specific to my system, I would doubt it. My system is a newly installed RedHat ES5.4. Jiang Li 2010/1/26 Hyrum K. Wright > Glad to hear that you finally got it working. Was the problem th

Re: How to install on HP-UNIX and connect by TortoiseSVN client

2010-01-26 Thread Lorenz
Ryan Schmidt wrote: >[...] >This *is* the main Subversion user mailing list, and I would ask the user if >he has already checked the obvious download location: Ups. I was sure to be in the TSVN list. My apologies to the OP. -- Lorenz

ldap auth with one read-only user

2010-01-26 Thread Anja Gawlik
Hello everybody, I have subversion running with ldap auth against our active directory. The normal setup with a require ldap-group worked fine. Now I shall add one read-only user for nightly builds and it just won't work. Here is my config: **

RE: file *.a ignored

2010-01-26 Thread Jon Foster
Hi, Soft [mailto:s...@gmx.ch] wrote: > On Windows we use Tortoise 1.5.9 and Subclipse in Eclipse. [...] > Lets say I move a file to a working copy with the extension *.a. It gets > immediately marked as ignored. [...] > I did remove the comment on the global-ignores line. It didn't help. *.a > f

Re: file *.a ignored

2010-01-26 Thread Soft
Thank you for your answer. Unfortunately it didn't help. I did remove the comment on the global-ignores line. It didn't help. *.a files are still marked as ignored. This is a snipped of the config file. [miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subver

Re: file *.a ignored

2010-01-26 Thread Ryan Schmidt
On Jan 26, 2010, at 06:05, Soft wrote: > I use an subversion 1.5 server on Linux system with Linux and Windows > clients. On Windows we use Tortoise 1.5.9 and Subclipse in Eclipse. Some > projects need to add *.a files to the repository. These files are ignored by > default if not explicit add

Re: Probable bug with svn copy

2010-01-26 Thread Noorul Islam K M
Julian Foad writes: > Paul Burba wrote: >> On Mon, Jan 25, 2010 at 2:17 AM, Noorul Islam K M wrote: >> > + # Move new added file to another one and commit. >> > + second_path = os.path.join(new_path, 'second') >> > + rav_svn(None, None, [], 'move', first_path, second_path) >> > + rav_svn(Non

file *.a ignored

2010-01-26 Thread Soft
Hello I use an subversion 1.5 server on Linux system with Linux and Windows clients. On Windows we use Tortoise 1.5.9 and Subclipse in Eclipse. Some projects need to add *.a files to the repository. These files are ignored by default if not explicit added. Is this intended or a bug? Lets say

file *.a ignored

2010-01-26 Thread Soft
Hello I use an subversion 1.5 server on Linux system with Linux and Windows clients. On Windows we use Tortoise 1.5.9 and Subclipse in Eclipse. Some projects need to add *.a files to the repository. These files are ignored by default if not explicit added. Is this intended or a bug? Lets say

RE: subversion-1.6.9 build error [reproducible]

2010-01-26 Thread Jon Foster
Hi, ^M is CR. Given the output of "cat", it looks like the file contained: > > > /* This file is automatically generated from > > > * subversion/libsvn_fs_fs/rep-cache-db.sql > > > * Do not edit it directly, but edit the source file and rerun 'make' > > > */ > > > > > > #define REP_CACHE_DB_S

How to install on HP-UNIX and connect by TortoiseSVN client

2010-01-26 Thread Sajid Elyas Khan
Hi, We found this version control software on internet we are trying to install this versin control software on HP-UUNIX. We are using oracle application 11.5.9 with oracle database 9.2.0.3 in difrent machine both are on HP-UNIX Please can you guide us how to install Subversion software o

Re: How to install on HP-UNIX and connect by TortoiseSVN client

2010-01-26 Thread Ryan Schmidt
On Jan 26, 2010, at 01:52, Lorenz wrote: > Sajid Elyas Khan wrote: >> [...] >> Please can you guide us how to install Subversion software on >> HP-UNIX(PA-RISC) and connect to windows client TortoiseSVN. > > this mailing list deals with TortoiseSVN (windows GUI client for > subversion) exclusi

Re: Usage for svn list

2010-01-26 Thread Ryan Schmidt
On Jan 26, 2010, at 03:48, Felix Gilcher wrote: > On Jan 26, 2010, at 2:26 AM, Tim Landscheidt wrote: > >> [snip] Is there a way to express the '-r {DATE}' syntax >> with the "@" suffix? "@{2009-01-01}" seems to be ignored: > > [snip] A peg revision must be a revision number and cannot be a date

Re: Usage for svn list

2010-01-26 Thread Felix Gilcher
Hi Tim, you seem to be confused about Peg revisions, you could read about them here: http://svnbook.red-bean.com/en/1.5/svn.advanced.pegrevs.html In short, a peg revions (@2, @HEAD, ...) denotes that the item you're looking for can be found at the specified path at the specified revision. So

Re: Subversion on Linux, Authentication on Windows

2010-01-26 Thread Marco Minerva
Hi! Thank you for your reply. I have a Windows Server 2003 Small Business. Could you point me out to a resource on the Internet that explains how to configure Subversion to use windows authentication in such environment? -- Marco Minerva, marco.mine...@gmail.com http://blogs.ugidotnet.org/marcom

Re: Problem with svn after Ubuntu upgrade

2010-01-26 Thread Ulrich Eckhardt
Note up front: If everybody sets the reply-to address to just themselves, this turns into a private discussion. It also makes it impossible for others to search the results on the web. If you want a CC because you're not subscribed, say so. On Monday 25 January 2010, Robert Edgar wrote: > I upg