Re: Unable to login

2013-01-31 Thread Jeyanthan I
. https://help.cloudforge.com/ -- Regards, Jeyanthan

Re: svn: Checksum mismatch while updating

2012-05-31 Thread Jeyanthan
files to the best my knowledge, I think it's worth checking it. -- Regards, Jeyanthan

Re: svn client step by step guide/tutorial

2012-05-15 Thread Jeyanthan
Thanks Jeyanthan for the reply and completely understood now. Help me understand about codesion. is it a svn hosting service provider. ? Yes, Codesion is a cloud service offered by CollabNet for hosting Subversion or Git repositories. Visit http://codesion.com/features.html to know more

Re: svn client step by step guide/tutorial

2012-05-14 Thread Jeyanthan
youruname https://domain.svn.cvsdude.com/sample 3) Make changes and do a commit. You may find the Getting started link in your Project QuickView Dashboard. Check if the following link helps you -- https://help.cloudforge.com/View.jsp?procId=352c3f324b1712b5bba6c58de3991c90 -- Regards, Jeyanthan

Re: How to store new password so no need to enter every time?

2012-05-03 Thread Jeyanthan
is restricting you from storing passwords. Try renaming ~/.subversion directory (or move it to some other location) and do a checkout. This should prompt for password. Save it permanently and you are all set. Hope it helps. -- Regards, Jeyanthan

Re: svnsync between repos

2012-03-12 Thread Jeyanthan
Hi Dhanushka, As of Subversion 1.5, it is possible to limit svnsync to a subdirectory of the master repository. $ svnsync init file://`pwd`/dest http://svn.master.com/repo/trunk $ svnsync sync file://`pwd`/dest -- Regards, Jeyanthan On Monday 12 March 2012 08:21 PM, dhanushka ranasinghe

Re: svn-Repository Web Hosting

2012-03-07 Thread Jeyanthan
AsIs120307”, at URL: http://www.box.net/shared/k64yenrpey ) I'm looking for a svn-Repository web hosting, Eric4 Python IDE compatible. Any such provider to positively recommend? Thanks. - P.M. -- Regards, Jeyanthan

Re: details for product

2012-03-02 Thread Jeyanthan
/support-programs/subversion.html As Subversion is completely open source, you get the entire software for free and there is no 'Demo' version.. For more info,visit here http://www.open.collab.net/products/subversion/ -- Regards, Jeyanthan

Re: Perforce to subversion migration

2011-11-01 Thread Jeyanthan
Can we migrate the entire version history from perforce to SVN? Hi Nrupen, Visit http://p42svn.tigris.org/ to perform the migration. p42svn is a Perl script to migrate revision history from a Perforce depot to a Subversion repository. -- Regards, Jeyanthan

Re: Comparison to Perforce

2011-09-28 Thread Jeyanthan
would suggest you the following link as it has a consolidated comparison of popular SCM's. http://better-scm.berlios.de/comparison/comparison.html Hope it helps. -- Regards, Jeyanthan

Re: SVN detects deleted files

2011-08-24 Thread Jeyanthan
am unable to reproduce this . The following is the update that i got in my client v1.6.17 $ rm foo.php $ svn st ! foo.php Have you tried the following command if this helps ? $svn delete foo.php --force $svn st D foo.php svn: 'foo.php' does not exist -- Regards, Jeyanthan

Re: Subversion and SalesForce integration

2011-08-16 Thread Jeyanthan
can attach SVN commits to a ticket. We want to attach SVN commit history to the SalesForce case. A little googling resulted in the following link. Not sure if it helps. http://blog.deadlypenguin.com/blog/2009/04/29/salesforcecom-and-subversion/ -- Regards, Jeyanthan

Re: User Template

2011-06-18 Thread Jeyanthan
the following format. svn commit -m [bug_id=XXX] [root_cause=your comment] etc Like Ryan said, you may also make it sophisticated to add commit message by using an editor instead of barely adding them in a line as mentioned above. Hope it helps. -- Thanks, Jeyanthan

Re: SVN files content Type

2011-05-10 Thread Jeyanthan
, Jeyanthan