[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Release 1.2.6

From: Ron Grabowski <rongrabowski_at_yahoo.com>
Date: 2005-11-08 01:59:02 CET

Are you able to convert your web projects normal class libraries?

http://www.pluralsight.com/fritz/Samples/aspdotnet_without_web_projects.htm

That fixed a lot of non-TSVN headaches we were having with development
when sharing projects between developers. Its not as difficult as it
sounds. Basically you change the .csproj file to have a ProjectType of
Local instead of Web:

<CSHARP
 ProjectType = "Local"
 ProductVersion = "7.10.3077"
 SchemaVersion = "2.0"
 ...

You can still debug, set breakpoints, step through code, etc. just like
a web project. The benefit is that the developer can host the project
on their localhost using whatever virtual directory they want:

 Developer 1
 http://localhost/temp

 Developer 2
 http://localhost/helloWorld

You can open the project in Visual Studio without configuring IIS at
all.

--- Jonathan Leibiusky <jleibiusky@quadratica.com.ar> wrote:

---------------------------------
  Ok. I'll do it.
But i just need to know where i can download the source for the
asp.netversion.
Sorry, but i just need that version.

L&uuml;bbe Onken wrote:
Jonathan wrote:
      
I'd like to know when the release 1.2.6 will be vailable with the
special version on Windows XP or higher with the ASP.NET
    
issue.As soon as someone builds it and makes it available for download.
We (theTortoiseSVN developers) do *not* support this version. We just
place it onthe download site.Cheers- L&uuml;bbe-- ___ oo // \\
    "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/>
The coolest Interface to (Sub)Version Control /_/ \_\
http://tortoisesvn.tigris.org---------------------------------------------------------------------To
unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.orgFor
additional commands, e-mail: users-help@tortoisesvn.tigris.org.

-- 
Jonathan Leibiusky
Quadratica S.R.L.
Tel: +54 (11) 6774-1759
http://www.quadratica.com.ar
---------------------------------------------------------------------To
unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.orgFor
additional commands, e-mail: users-help@tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Tue Nov 08 07:58:35 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.