UNSUBSCRIBE

2012-10-11 Thread Fernando Gomes


Fernando M. A. Gomes 




UNSUBSCRIBE

2012-10-11 Thread anubhav prabakar



Anubhav Prabakar  

Re: UNSUBSCRIBE

2012-10-11 Thread Giulio Troccoli

For the very useful Welcome message...

Please save this message so that you know the address you are subscribed 
under, in case you later want to unsubscribe or change your subscription 
address.


To remove your address from the list, send a message to: 




On 11/10/12 12:43, Fernando Gomes wrote:


Fernando M. A. Gomes






Re: UNSUBSCRIBE

2012-10-11 Thread Giulio Troccoli

For the very useful Welcome message...

Please save this message so that you know the address you are subscribed 
under, in case you later want to unsubscribe or change your subscription 
address.


To remove your address from the list, send a message to: 



On 11/10/12 14:44, anubhav prabakar wrote:



Anubhav Prabakar




Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread David Weintraub
We recently downloaded CollabNet's Subversion server package with
Apache integration. Is LDAP support included in that package. It
didn't appear to be.

-- 
David Weintraub
qazw...@gmail.com


RE: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Bob Archer
> We recently downloaded CollabNet's Subversion server package with Apache
> integration. Is LDAP support included in that package. It didn't appear to be.
> 
> --
> David Weintraub
> qazw...@gmail.com

If you are talking about Subversion Edge then the answer is yet. I use Edge 
with LDAP authentication with our Windows domain. It was pretty easy to set up 
once I was able to get the DN name and server info from IT.

BOb


Re: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Mark Phippard
On Thu, Oct 11, 2012 at 12:17 PM, David Weintraub  wrote:
> We recently downloaded CollabNet's Subversion server package with
> Apache integration. Is LDAP support included in that package. It
> didn't appear to be.

It includes Apache LDAP modules if that is what you mean.  Both the
SVN Edge and plain binary packages include this.



-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


Re: SVN patch IGNORES file without newline at end of file

2012-10-11 Thread Stefan Sperling
On Thu, Oct 11, 2012 at 12:22:51PM +0200, c...@cdak.net wrote:
> Please verify this bug report:
>
> I have two identical files aaa.txt and bbb.txt except that aaa.txt
> has no "newline at end of file".
> 
> When applying a patch (created with svn diff > p.patch) my
> modifications for aaa.txt are simply ignored with no error or
> warning!
> 
> >svn patch p.patch
> U bbb.txt
> 
> If I remove the line "\ No newline at end of file" from the patch
> file and apply it again (after reverting), everything works as
> expected:
> 
> >svn patch p2.patch
> U aaa.txt
> U bbb.txt
> 
> To reproduce simply create an empty repository and add aaa.txt and
> bbb.txt then try to apply the patches.
> Sample files attached.
> 
> OS: Windows 7 sp1
> svn, version 1.7.7 (r1393599) - by SilkSVN
>compiled Oct  8 2012, 10:42:55

Thanks for your report.

I cannot reproduce this problem on unix with the files you've provided.
Both patches apply find (tested both svn from trunk and 1.7.6.
I don't have a 1.7.7 build handy right now, so I cannot test that,
but I suspect that trunk should have the same problem if it exists.

Maybe this bug only happens on Windows?

Do you have any svn:eol-style properties set on these files?
If so, what are the property values? If not, does adding an
svn:eol-style property fix this problem?

Here's my test run, everything works as expected. Not showing the
steps where I'm adding the example files to version control.

$ svn status
$ ls
aaa.txt  bbb.txt
$ cat aaa.txt 
class foo
{
  void bar()
  {
//dummy
  }
$ cat bbb.txt 
class foo
{
  void bar()
  {
//dummy
  }
}
$ svn patch ../p.patch
U aaa.txt
U bbb.txt
$ svn diff
Index: aaa.txt
===
--- aaa.txt (revision 1)
+++ aaa.txt (working copy)
@@ -2,6 +2,6 @@
 {
   void bar()
   {
-//dummy
+//more
   }
 }
\ No newline at end of file
Index: bbb.txt
===
--- bbb.txt (revision 1)
+++ bbb.txt (working copy)
@@ -2,6 +2,6 @@
 {
   void bar()
   {
-//dummy
+//more
   }
 }
$ svn revert aaa.txt bbb.txt
Reverted 'aaa.txt'
Reverted 'bbb.txt'
$ svn patch ../p2.patch   
U aaa.txt
U bbb.txt
$ svn diff
Index: aaa.txt
===
--- aaa.txt (revision 1)
+++ aaa.txt (working copy)
@@ -2,6 +2,6 @@
 {
   void bar()
   {
-//dummy
+//more
   }
-}
\ No newline at end of file
+}
Index: bbb.txt
===
--- bbb.txt (revision 1)
+++ bbb.txt (working copy)
@@ -2,6 +2,6 @@
 {
   void bar()
   {
-//dummy
+//more
   }
 }



Re: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Qazwart
What confused me was the lack of mod_ldap.so, etc in the package. I do see it 
does work though. 

--
David Weintraub
da...@weintraub.name

On Oct 11, 2012, at 12:23 PM, Bob Archer  wrote:

>> We recently downloaded CollabNet's Subversion server package with Apache
>> integration. Is LDAP support included in that package. It didn't appear to 
>> be.
>> 
>> --
>> David Weintraub
>> qazw...@gmail.com
> 
> If you are talking about Subversion Edge then the answer is yet. I use Edge 
> with LDAP authentication with our Windows domain. It was pretty easy to set 
> up once I was able to get the DN name and server info from IT.
> 
> BOb


Can't connect to SVN servers via HTTP-- could not read status line: connection was closed by server

2012-10-11 Thread Heiselt, Conan
I've been asking and googling this problem for the last many days with no avail.

Whenever I try to do a checkout of a repository I get this error:

$ svn co http://jquery-ui.googlecode.com/svn/trunk
svn: OPTIONS of 'http://jquery-ui.googlecode.com/svn/trunk': Could not read 
status line: connection was closed by server (http://jquery-ui.googlecode.com)

It doesn't matter what the repository is. Same error as long as I use HTTP.

Along with the many, many other things I've tried, I did some packet sniffing 
and noticed that there is absolutely no network traffic happening when I use 
HTTP. On the other hand, HTTPS works (on servers configured for 
it)--unfortunately, the server at work I really need to check in/out from only 
accepts HTTP.

Any ideas? This has got to be something just on my machine (OS X 10.8), but I 
can't for the life of me figure out what it is.

Many thanks,

Conan.



Re: Can't connect to SVN servers via HTTP-- could not read status line: connection was closed by server

2012-10-11 Thread Geoff Hoffman
I've seen that same message before many times, but always with my own
misconfigured http+mod_dav+dav_svn setup, never with someone else's working
repo.

Try https instead of http?
Check proxy settings?

Check here for more possibilities:
http://stackoverflow.com/questions/613149/svn-could-not-read-status-line-connection-was-closed-by-server
http://stackoverflow.com/questions/732681/tortoisesvn-couldnt-read-status-line-in-vm
http://stackoverflow.com/questions/783186/what-does-the-subversion-error-could-not-read-status-line-mean

Also, what version of svn are you running?
Did you build it or install the binary?
What platform?
Are you using a 3rd party client or command line?




On Thu, Oct 11, 2012 at 3:22 PM, Heiselt, Conan wrote:

> svn: OPTIONS of 'http://jquery-ui.googlecode.com/svn/trunk': Could not
> read status line
>

-- 


Connect with us on twitter , 
google+
, facebook , or 
linkedin
.

Catch our next training in Houston Oct 8 - 12 , 
Berkeley 
Oct 22 - 26 , Seattle Oct 29 - Nov 
2
, Phoenix Nov 12 - 16  or See 
All
.

This email, including any attachments, is for the sole use of the intended 
recipient and may contain confidential information. If you are not the 
intended recipient, please immediately notify us by reply email or by 
telephone, delete this email and destroy any copies. Thank you.