Re: Possibility to commit from 'all' systems

2011-01-19 Thread shrinivasan



 SVNSERVE_OPTIONS="-d -r /srv/svn/repos"

But this means that I can only make changes on the system svnserve is
running on. Is there a safe way to have the possibility to change the
files on 'all' systems?



We can commit files to the svn server. i.e where svnserve is running.
Please explain more on what you mean by 'all' systems?


Regards,
Shrinivasan
CollabNet Support




Re: How To Find The Client Ip From the HOOK?

2011-01-19 Thread shrinivasan



Is there any way to find the client ip from the svn HOOK ?


Hi,

If you use the http protocol, all the client information are stored in 
access.log

you can parse it and get the details.

Are you using the ssh protocol to access svn?

If so switch to https, as it will provide you more possibilities.


Regards,
Shrinivasan
CollabNet Support




Re: Windows over linux

2011-01-25 Thread shrinivasan


As far as subversion is concerned, is there any reason to go for one 
OS over another when setting up a new subversion server? Are any of 
the hooks or features OS dependant?




Hooks scripts can be written in python or perl so that they can run on 
both windows and linux.

But, choosing linux is a better options for the servers.
Linux provides more stability, security and performance.


Regards,
Shrinivasan
CollabNet Support




Re: Importing a git repos to subversion

2011-02-03 Thread shrinivasan




At work we use Subversion, and one of the developers have been
developing a project for a while in an external git repos (he
started
the project when he was a consultant).

Is there any way to import this into a new svn repos keeping
history and
everything?


I think you can use git-svn to push a git repo to an svn repo.



yes, git-svn is a better solution.

read here.
http://www.kernel.org/pub/software/scm/git/docs/git-svn.html
http://utsl.gen.nz/talks/git-svn/intro.html


Regards,
Shrinivasan
CollabNet Support



Re: Apache Subversion

2011-07-11 Thread Shrinivasan



On Monday 11 July 2011 05:37 PM, Siroka Lenka wrote:


Dear Sir or Madam,

I have a question about the Apache Subversion. Is there any 
possibility to create versions of any other store (except directory)? 
Concretely outputs of IBM Cognos products that do not have the file 
representation (e.g. Cognos Connection, Report Studio, Analysis Studio).





Hi,

Subversion can version binary files too.
So, you can bring any type of files under subversion.

Regards,
Shrinivasan
CollabNet Support




Re: Cannot create repository

2011-07-12 Thread Shrinivasan




The installation was successfull, but i cannot create a repository.
Here is the output:

---
[root@mycomputer me]# svnadmin create /var/svn/repos




Check that the folder /var/svn is already created.

I think, that folder is not there.

Regards,
Shrinivasan
CollabNet Support




Re: SVN in Z-LINUX

2011-08-22 Thread shrinivasan

On Saturday 20 August 2011 07:35 AM, dvia...@proderj.rj.gov.br wrote:

Hi,

We use SVN in intel paltform, with Debian (Ubuntu).
We intend to use it in mainframe Z-LINUX / redhat (with Z-VM archteture ).
Can we go on, or it´s just kown that it will not work ?




You can download the source from
http://subversion.apache.org/download/

and compile for z-linux.

It will work as usual.

Regards,
Shrinivasan



Re: Lost list of "Search Utilities"

2011-09-23 Thread shrinivasan

On Friday 23 September 2011 04:58 PM, Phil Pinkerton wrote:
A while back I posted a question about various Application/utilities 
that provide a way to "Search" Subversion Repositories.


My email got trashed (MS BSOD & disk crash) and I no longer have that 
wonderful list.


If by chance someone has a list  or knows of such utilities or 
application open source or paid and can post again

I'd be most thankful

Phil


You can find find the mail archive here.
http://mail-archives.apache.org/mod_mbox/subversion-users/201107.mbox/thread?2

Search for the text " Svn Searcher" and find the threads.

Shrinivasan


Re: Using SSL

2011-10-07 Thread shrinivasan

On Friday 07 October 2011 08:26 PM, Diego de Oliveira Fucitalo wrote:


Hi,

I try use SSL in SVN, I set up successfully the SSL in apache, but 
when I update or commit the code I get the error:


"Error validating server certificate for 
https://server.googlecode.com:443:

- Unknown certificate issuer
Fingerprint: b1:3a:d5:38:56:27:52:9f:ba:6c:70:1e:a9:ab:4a:1a:8b:da:ff:ec
Distinguished name: Security Dept, TrustSign Certificadora Digital, BR"

(R)eject, accept (t)emporarily or accept (p)ermanently?

It is possible tonot show this message?

Thank you.




You might created the certificates yourself.

Press 'p' to accept the certificates permanently.
Next time, it wont be displayed.


Regards,
Shrinivasan


Re: Applications for SVN.

2012-01-12 Thread shrinivasan

On Thursday 12 January 2012 06:27 PM, Leonardo wrote:

Hi all,

I'm installing some versions control system at work and I'd like to have so 
suggestions about it.

We've decided to use SVN, but it will be nice having some web application that 
it will allow developers to create and manage their own projects. It will avoid 
svn commands manually execution for any new project we create.

It will be perfect if there is some web server application which allows 
projects management, installed in same machine as svn server. Then, the 
developers could create and manage their projects from any machine by web 
browser. I really don't know if there is some software with this feature.

I've looked for some, I found viewvc and svn-web-admin. You advice me use one 
of them or any other?

I will appreciate your help.
Leonardo


Get CollabNet Subversion Edge : http://www.collab.net/svnedge

It is a stack of apache, subversion, webUI to administer repos.


Regards,
Shrini


Re: URL based commands not working in hooks\

2013-02-04 Thread shrinivasan
 
> I have a hook that runs svn log. 

Do you redirect the svn log to any file?
Share the hook script here.


Regards,
Shrini
CollabNet Support
 
 





svn on mainframe

2010-01-21 Thread Shrinivasan T
Hi,

I need your help on getting information about svn binaries for mainframe.

Are the binaries available for mainframe?
else, will the source compilation work well?


We have few Unix services available in Zos IBM mainframe
operating system.

I assume it is similar to "Unix services on windows" which allow windows
machines to integrate with UNIX protocols.

Here is a link to the information I googled -
http://en.wikipedia.org/wiki/UNIX_System_Services

An extract - "UNIX System Services allows UNIX applications from other
platforms to run on IBM mainframes. In many cases only a recompile is
necessary, although additional effort may be advisable for z/OS
integration (such as SMP/E installation support). Binary programs using
hardcoded ASCIInumerical values may need adjustment"

Linux VM on Mainframe -
we are interested in this option. The problem that we are
trying to solve is to manage source control from within a native Zos
session. this means that the tool used for checkin/checkout of code
should run on the mainframe and not inside a VM running on the
mainframe.

So, is it possible to compile svn from source with unix services in
mainframe?


Thanks a lot.
--
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com


Could not read status line: Connection timed out

2010-01-22 Thread Shrinivasan T
Hi,

  I have a customer (Cisco) who recently upgraded from Subversion 1.4.4 to
Subversion 1.6.6 is seeing the above error when commiting small binary
files (~2.6K) but they are able to commit small text files (same size)
without any issue. This same commit used to work just fine in 1.4.4. They
are going over a WAN (Israel -> San Jose) so I had the customer try to
commit using http-library=serf and increased the http-timeout=5
without any luck. This same commit (binary and text) works fine locally
(San Jose -> San Jose)

  Tried to Google the error message and get GoogleCode results without any
hint to a solution. Does anyone have any suggestions?

-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com