|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
Hi,
has anyone use any svn plugin for vs2005? I am using AnkhSVN... My problem is that in WebApps when i am trying to add project to repo it adds only Website.sln file :\. Thanks in advance for any help! -- Best regards, Odwrotnie. There are no project files in 2.0 web apps. All of the info that had to be
carried by the project file is in the .sln file. You are fine. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside of the box! ************************************************* "odwrotnie" <krus***@gazeta.pl> wrote in message news:op.tetzrbxadvqlmf@odwrotnie...Show quote > Hi, > > has anyone use any svn plugin for vs2005? > I am using AnkhSVN... > My problem is that in WebApps when i am trying to add project to repo it > adds only Website.sln file :\. > > Thanks in advance for any help! > > -- > Best regards, > Odwrotnie. On Fri, 25 Aug 2006 15:12:19 +0200, Cowboy (Gregory A. Beamer)
<NoSpamMgbworld@comcast.netNoSpamM> wrote: > There are no project files in 2.0 web apps. All of the info that had to But it also doesnt copy aspx files... It copies only ONE file - .sln file > be > carried by the project file is in the .sln file. You are fine. Show quote :/. -- Best regards, Odwrotnie. Cowboy (Gregory A. Beamer) wrote:
> There are no project files in 2.0 web apps. All of the info that had to be Actually, that's not true, the sln file is a standard MS sln file, > carried by the project file is in the .sln file. You are fine. > there's no ASP specific project information in there, beyond the normal solution information. By default (if your not using the ASP.Net 2 projects), the project information is held in the C:\documents and settings\[user name]\Local Settings\Application Data\Microsoft\WebsiteCache directory Kevin Jones On Fri, 25 Aug 2006 18:07:44 +0200, Kevin Jones <kjonesNOSPAM@develop.com>
wrote: > the project information is held in the So what can I do to make the svn work?> C:\documents and settings\[user name]\Local Settings\Application > Data\Microsoft\WebsiteCache -- Best regards, Odwrotnie. Try a different client?
I use TortoiseSVN and it works perfectly, Kevin Jones odwrotnie wrote: Show quote > On Fri, 25 Aug 2006 18:07:44 +0200, Kevin Jones > <kjonesNOSPAM@develop.com> wrote: > >> the project information is held in the >> C:\documents and settings\[user name]\Local Settings\Application >> Data\Microsoft\WebsiteCache > > So what can I do to make the svn work? > > --Best regards, > Odwrotnie. |
|||||||||||||||||||||||