Thread: Re: [Codestriker-user] Codestiker supoprting svn+ssh protocol?
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2009-01-14 07:12:19
|
Hi Winne, > Does Codestriker support svn+ssh protocol? If so, how to properly configure > it? I haven't tried this myself, partly because it would be a bit of a pain. You need to create the appropriate ssh pub/priv keys for the user running your web-server, and make sure the appropriate subversion commands can be run without any password prompts as that user. For this reason, its usually easier just to go via svnserver or http. That said - try setting a repository string like: svn:svn+ssh://my.subversion.server/repos/product/trunk Cheers, David |
|
From: David S. <dav...@gm...> - 2009-01-14 22:51:05
|
Hi Winnie, Can you not click on a line and add a comment? Or do you mean something else? Maybe you need to send me a screenshot as I don't understand what you mean. Cheers, David On Thu, Jan 15, 2009 at 6:46 AM, Wong, Winnie <wi...@im...> wrote: > Hi David, > > It works. Thank you so much. > > One more question - I don't see line by line annotation capability (excuse me if I'm blind). Is there any plan in the near future to have this feature? > > > Winnie Wong > wi...@im... > > IMDb > 10920 Ventura Blvd > Studio City, CA 91604 > > http://imdb.com > > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Tuesday, January 13, 2009 11:12 PM > To: Wong, Winnie > Cc: cod...@li... > Subject: Re: Codestiker supoprting svn+ssh protocol? > > Hi Winne, > >> Does Codestriker support svn+ssh protocol? If so, how to properly configure >> it? > > I haven't tried this myself, partly because it would be a bit of a > pain. You need to create the appropriate ssh pub/priv keys for the > user running your web-server, and make sure the appropriate subversion > commands can be run without any password prompts as that user. > > For this reason, its usually easier just to go via svnserver or http. > > That said - try setting a repository string like: > > svn:svn+ssh://my.subversion.server/repos/product/trunk > > Cheers, > David > |
|
From: David S. <dav...@gm...> - 2009-02-11 08:01:09
|
Hi Winnie, Your best best is to not use the Codestriker UI for generating the topic text, but to manually create the diff you need using several svn diff commands, and concatenating all the files into one, then upload the file. Codestriker will handle that fine. Cheers, David On Wed, Feb 11, 2009 at 8:37 AM, Wong, Winnie <wi...@im...> wrote: > Hello David, > > Thank you for your help the past few weeks. We have installed CodeStriker successfully and overall, our team has been more productive utilizing CodeStriker to do code reviews compared to svn diffs. > > We are continually looking for ways to optimize our code review process, and one thing that we would like to have very much is the ability to enter different files in different paths, each with its own start and end revision tags, into one topic. For example, for a feature request or a bug fix, we may have to modify a viewer file, a model file and a config file. It will be nice to be able to enter all of these files separately in the module field in one topic as opposed to enter their parent directory. > > Is this something that is already available with CodeStriker 1.9.7, or foreseeable in an upcoming release? > > Thank you so much. > > > > Winnie Wong > Software Development Engineer > IMDb > wi...@im... > > > > > > |
|
From: <Ahu...@em...> - 2009-02-11 15:56:27
|
Winnie, We use cvs, so we use cvs diff -uN >/some/file from the top level directory. In your case, I suspect it will be svn diff. Upload the file in the Create new topic page. As David said, Codestriker handles that very well. You can also have a Perl script which establishes an http session with the Codestriker and creates the review, and you might think about doing that for the future. We have done that here, and it serves users really well. Thanks, Neeta -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Wednesday, February 11, 2009 3:01 AM To: Wong, Winnie Cc: cod...@li... Subject: Re: [Codestriker-user] Diffs of different files with differentpaths in CodeStriker Hi Winnie, Your best best is to not use the Codestriker UI for generating the topic text, but to manually create the diff you need using several svn diff commands, and concatenating all the files into one, then upload the file. Codestriker will handle that fine. Cheers, David On Wed, Feb 11, 2009 at 8:37 AM, Wong, Winnie <wi...@im...> wrote: > Hello David, > > Thank you for your help the past few weeks. We have installed CodeStriker successfully and overall, our team has been more productive utilizing CodeStriker to do code reviews compared to svn diffs. > > We are continually looking for ways to optimize our code review process, and one thing that we would like to have very much is the ability to enter different files in different paths, each with its own start and end revision tags, into one topic. For example, for a feature request or a bug fix, we may have to modify a viewer file, a model file and a config file. It will be nice to be able to enter all of these files separately in the module field in one topic as opposed to enter their parent directory. > > Is this something that is already available with CodeStriker 1.9.7, or foreseeable in an upcoming release? > > Thank you so much. > > > > Winnie Wong > Software Development Engineer > IMDb > wi...@im... > > > > > > ------------------------------------------------------------------------ ------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Codestriker-user mailing list Cod...@li... https://lists.sourceforge.net/lists/listinfo/codestriker-user |