mime type for docx in repos-web view

2010-01-27 Thread Ramachandran, Vishwanath(IE10)
Hi there Mimetype for docx in repos-web view is not correct (IE8) and needs to be updated . Also, Subversion repos-web view: Opening RTF files does not work in Firefox (due to incorrect mimetype setting)

Re: Usage for svn list

2010-01-27 Thread Ryan Schmidt
On Jan 26, 2010, at 11:19, Tim Landscheidt wrote: > Anyhow, is there a "proper" way to deduce a revision num- > ber from a date for a given path? At the moment (I'm brows- > ing the output of cvs2svn to see if the repository has been > converted correctly), I use "svn log --verbose" on the > trunk

Re: best way to restore a 'svn rm " file

2010-01-27 Thread Ryan Schmidt
On Jan 27, 2010, at 22:02, Pat Farrell wrote: > One of my developers did a > svn rm foo.java > command, and committed it. He meant well, but it was not a good idea. [snip] > What is the proper sequence of commands to get the file back and insert > it back into the repository? I'd rather that th

Re: best way to restore a 'svn rm " file

2010-01-27 Thread Andy Levy
On Wed, Jan 27, 2010 at 23:02, Pat Farrell wrote: > One of my developers did a > svn rm foo.java > command, and committed it. He meant well, but it was not a good idea. > > I could retrieve the file from the repository with > > svn update foo.java -r 1234 > > which would retrieve an older copy. sv

best way to restore a 'svn rm " file

2010-01-27 Thread Pat Farrell
One of my developers did a svn rm foo.java command, and committed it. He meant well, but it was not a good idea. I could retrieve the file from the repository with svn update foo.java -r 1234 which would retrieve an older copy. svn would display a "A" with the file. but svn status showed nothin

Re: Importing code between SVN repositories, want to retain set SVN properties

2010-01-27 Thread Ryan Schmidt
On Jan 27, 2010, at 18:29, Alan Leung wrote: > We are importing code from a vendor SVN repository into a branch in our > SVN repository. If necessary we may make changes to this code and merge > with future releases of the vendor code. > > During this import, we are trying to retain the SVN

Importing code between SVN repositories, want to retain set SVN properties

2010-01-27 Thread Alan Leung
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi everyone, We are importing code from a vendor SVN repository into a branch in our SVN repository. If necessary we may make changes to this code and merge with future releases of the vendor code. Du

Re: stalling commits until approval

2010-01-27 Thread Tucker
On Tue, Jan 26, 2010 at 12:56 PM, 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

Re: svnserve password wildcard

2010-01-27 Thread Zac
Thanks, Mark. That did the trick.

(104)Connection reset by peer: core_output_filter: writing data to the network

2010-01-27 Thread Mala Dibbs
Hi, some users are having problems committing and updating from my repository via tortoiseSvn -> apache/dav + ssl (Subversion 1.6.5 (r38866) on Ubuntu 8.04). These are the last lines of the error.log [Wed Jan 27 19:45:13 2010] [debug] mod_authnz_ldap.c(377): [client 10.0.3.10] [12152] auth_l

Re: svnserve password wildcard

2010-01-27 Thread Mark Phippard
On Wed, Jan 27, 2010 at 1:28 PM, Zac wrote: > I am trying to set up a very simple svnserve server on our LAN.  Up > until now we have been using direct file system access to our > repository.  I am struggling with authentication.  We would like > something that approximates our current access sche

svnserve password wildcard

2010-01-27 Thread Zac
I am trying to set up a very simple svnserve server on our LAN. Up until now we have been using direct file system access to our repository. I am struggling with authentication. We would like something that approximates our current access scheme. We have no access restrictions. However, with t

AW: ldap auth with one read-only user

2010-01-27 Thread Anja Gawlik
-Ursprüngliche Nachricht- Von: Johan Corveleyn [mailto:jcor...@gmail.com] Gesendet: Mittwoch, 27. Januar 2010 13:15 An: Anja Gawlik Cc: users@subversion.apache.org Betreff: Re: ldap auth with one read-only user >On Tue, Jan 26, 2010 at 3:12 PM, Anja Gawlik wrote: >> For the last 2 day

Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-27 Thread Stefan Sperling
On Wed, Jan 27, 2010 at 01:39:59PM +, Giulio Troccoli wrote: > I'm trying to build 1.6.9 on a Solaris 8 platform. > > I have successfully built and installed (locally in /user/dev/local, for now) > the dependencies: apr, apr-util, neon, expat and zlib. > > I configured the build with > > CC

Error building Subversion 1.6.9 on Solaris 8

2010-01-27 Thread Giulio Troccoli
I'm trying to build 1.6.9 on a Solaris 8 platform. I have successfully built and installed (locally in /user/dev/local, for now) the dependencies: apr, apr-util, neon, expat and zlib. I configured the build with CC="/opt/SUNWspro/bin/cc" \ CPPFLAGS="-I/user/dev/local/include" \ LDFLAGS="-L/user

Re: ldap auth with one read-only user

2010-01-27 Thread Johan Corveleyn
On Tue, Jan 26, 2010 at 3:12 PM, Anja Gawlik wrote: > 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 con

Reintegrate with vendor branches

2010-01-27 Thread Olivier Sannier
Hello all, Let's consider the following repository structure : tags branches feature1 trunk libs libA libB project1 vendors libA current libB current The repository is at revision 100 libA and libB are external libraries managed as vendor branches which were merged tw

Re: file *.a ignored

2010-01-27 Thread Soft
As I said, I'm using Subclipse and Tortoise on Windows. I found a fix on the Tortoise mailing list. Tortoise has, besides the usual config file a Registry Key for global ignores. My assumption that all clients use the same config file was wrong, but I also didn't find any registry entries. T

Re: file *.a ignored

2010-01-27 Thread Soft
Note, that you have to do the above not only on the server, but on every client computer. The global parameters are only in the client config as far as I know. I did it on every client computer. TortoiseSVN configuration dialog updates the registry setting. See Settings > General > Global ig